/[PAMELA software]/quicklook/tracker/flight/src/TrkQLook_EXPERT.cpp
ViewVC logotype

Diff of /quicklook/tracker/flight/src/TrkQLook_EXPERT.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Tue Mar 21 15:54:06 2006 UTC revision 1.3 by pam-fi, Wed Mar 22 15:55:14 2006 UTC
# Line 90  void TrkQLook_EXPERT(TString file,Int_t Line 90  void TrkQLook_EXPERT(TString file,Int_t
90      return;      return;
91    }    }
92    if ( fromevent > nevent || fromevent < 0 ) {    if ( fromevent > nevent || fromevent < 0 ) {
93      printf("You can choose fromevent between 0 (all) and %i \n",nevent);      printf("You can choose fromevent between 0 (all) and %lld \n",nevent);
94      return;      return;
95    }    }
96    if ( toevent > nevent || toevent < 0 ) {    if ( toevent > nevent || toevent < 0 ) {
97      printf("You can choose toevent between 0 (all) and %i \n",nevent);      printf("You can choose toevent between 0 (all) and %lld \n",nevent);
98      return;      return;
99    }    }
100    if ( fromevent == 0 ) {    if ( fromevent == 0 ) {
# Line 123  void TrkQLook_EXPERT(TString file,Int_t Line 123  void TrkQLook_EXPERT(TString file,Int_t
123    Int_t ALARM=0;    Int_t ALARM=0;
124    Int_t WARNING[12];    Int_t WARNING[12];
125    const Int_t size=nevent;    const Int_t size=nevent;
126    Int_t dsp=0,count=0;    Int_t dsp=0;
   Double_t perc=0;  
127    Double_t yd[size*12], yc[size*12], x[size], eventint[size];    Double_t yd[size*12], yc[size*12], x[size], eventint[size];
128    Double_t yyd[size],yyc[size], hl=0, hi=0, land[size*12][3], illum[size*12][3] ;    Double_t yyc[size], hi=0, land[size*12][3], illum[size*12][3] ;
129    
130    TGraph *comprtime,*temp[5];    TGraph *comprtime,*temp[5];
131    TGraph *eventnumb;    TGraph *eventnumb;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23