--- quicklook/tracker/flight/src/TrkQLook_EXPERT.cpp 2006/03/14 16:09:30 1.1.1.1 +++ quicklook/tracker/flight/src/TrkQLook_EXPERT.cpp 2006/05/10 09:57:36 1.4 @@ -90,11 +90,11 @@ return; } if ( fromevent > nevent || fromevent < 0 ) { - printf("You can choose fromevent between 0 (all) and %i \n",nevent); + printf("You can choose fromevent between 0 (all) and %lld \n",nevent); return; } if ( toevent > nevent || toevent < 0 ) { - printf("You can choose toevent between 0 (all) and %i \n",nevent); + printf("You can choose toevent between 0 (all) and %lld \n",nevent); return; } if ( fromevent == 0 ) { @@ -123,10 +123,9 @@ Int_t ALARM=0; Int_t WARNING[12]; const Int_t size=nevent; - Int_t dsp=0,count=0; - Double_t perc=0; + Int_t dsp=0; Double_t yd[size*12], yc[size*12], x[size], eventint[size]; - 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] ; TGraph *comprtime,*temp[5]; TGraph *eventnumb; @@ -453,7 +452,7 @@ TCanvas *IlluminaCanv=new TCanvas("Illuminazione","",900,1200); IlluminaCanv->SetFillColor(10); IlluminaCanv->Range(0,0,100,100); - isfile<<"Prova Illuminazione"; + isfile<<"lighting of the views"; t->SetTextFont(32); t->SetTextColor(1); t->SetTextAlign(12);