/[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.1.1.1 by pam-fi, Tue Mar 14 16:09:30 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;
# Line 453  void TrkQLook_EXPERT(TString file,Int_t Line 452  void TrkQLook_EXPERT(TString file,Int_t
452    TCanvas *IlluminaCanv=new TCanvas("Illuminazione","",900,1200);    TCanvas *IlluminaCanv=new TCanvas("Illuminazione","",900,1200);
453    IlluminaCanv->SetFillColor(10);    IlluminaCanv->SetFillColor(10);
454    IlluminaCanv->Range(0,0,100,100);    IlluminaCanv->Range(0,0,100,100);
455    isfile<<"Prova Illuminazione";    isfile<<"lighting of the views";
456    t->SetTextFont(32);    t->SetTextFont(32);
457    t->SetTextColor(1);    t->SetTextColor(1);
458    t->SetTextAlign(12);    t->SetTextAlign(12);

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

  ViewVC Help
Powered by ViewVC 1.1.23