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

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

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

revision 1.1.1.1 by pam-fi, Tue Mar 14 16:09:30 2006 UTC revision 1.2 by pam-fi, Wed Mar 22 15:55:14 2006 UTC
# Line 77  void TrkQLook_BASIC(TString file,Int_t f Line 77  void TrkQLook_BASIC(TString file,Int_t f
77      return;      return;
78    }    }
79    if ( fromevent > nevent || fromevent < 0 ) {    if ( fromevent > nevent || fromevent < 0 ) {
80      printf("You can choose fromevent between 0 (all) and %i \n",nevent);      printf("You can choose fromevent between 0 (all) and %lld \n",nevent);
81      return;      return;
82    }    }
83    if ( toevent > nevent || toevent < 0 ) {    if ( toevent > nevent || toevent < 0 ) {
84      printf("You can choose toevent between 0 (all) and %i \n",nevent);      printf("You can choose toevent between 0 (all) and %lld \n",nevent);
85      return;      return;
86    }    }
87    if ( fromevent == 0 ) {    if ( fromevent == 0 ) {
# Line 109  void TrkQLook_BASIC(TString file,Int_t f Line 109  void TrkQLook_BASIC(TString file,Int_t f
109    Double_t yyd[size+1],yyb[size], xb[size];    Double_t yyd[size+1],yyb[size], xb[size];
110    ULong64_t HOBT[50];    ULong64_t HOBT[50];
111    TGraph *dataletime,*dataletime1;    TGraph *dataletime,*dataletime1;
   TPaveText *pt1;  
   TPad *pt;  
112        
113    for (Int_t i=0; i<50;i++){    for (Int_t i=0; i<50;i++){
114      HOBT[i]=0;      HOBT[i]=0;

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

  ViewVC Help
Powered by ViewVC 1.1.23