| 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 ) { |
| 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; |
| 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); |