2 |
* FTrkScanQlook_EXPERT.cxx |
* FTrkScanQlook_EXPERT.cxx |
3 |
* |
* |
4 |
* autor: D.Fedele |
* autor: D.Fedele |
5 |
* version v1r06 |
* version v1r08 |
6 |
* Parameters: |
* Parameters: |
7 |
* file - the path to the root file to analyze |
* file - the path to the root file to analyze |
8 |
* outdir - total path of output file |
* outdir - total path of output file |
462 |
} |
} |
463 |
|
|
464 |
TBox b; |
TBox b; |
|
b.SetFillColor(6); |
|
|
b.SetFillStyle(3945); |
|
465 |
|
|
466 |
c1[e]->cd(); |
c1[e]->cd(); |
467 |
trkpadtext[nn]->Draw(); |
trkpadtext[nn]->Draw(); |
490 |
if(imax[nn]==1) histomax[nn][e]->Draw("same]["); |
if(imax[nn]==1) histomax[nn][e]->Draw("same]["); |
491 |
histocomp[nn][e]->Draw("axis same"); |
histocomp[nn][e]->Draw("axis same"); |
492 |
if(nn==1){ |
if(nn==1){ |
493 |
b.DrawBox(2816.,-500.,3060.,4500.); |
b.SetFillColor(6); |
494 |
|
b.SetFillStyle(3945); |
495 |
|
b.DrawBox(2944.,-500.,3060.,4500.); |
496 |
|
|
497 |
|
b.SetFillColor(107); |
498 |
|
b.SetFillStyle(3954); |
499 |
|
b.DrawBox(2816.,-500.,2944.,4500.); |
500 |
|
b.DrawBox(2048.,-500.,2176.,4500.); |
501 |
} |
} |
502 |
else if(nn==6){ |
else if(nn==6){ |
503 |
|
b.SetFillColor(6); |
504 |
|
b.SetFillStyle(3945); |
505 |
b.DrawBox(2560.,-500.,2816.,4500.); |
b.DrawBox(2560.,-500.,2816.,4500.); |
|
b.DrawBox(512.,-500.,768.,4500.); |
|
506 |
b.DrawBox(1024.,-500.,1792.,4500.); |
b.DrawBox(1024.,-500.,1792.,4500.); |
507 |
|
|
508 |
|
b.SetFillColor(107); |
509 |
|
b.SetFillStyle(3954); |
510 |
|
b.DrawBox(512.,-500.,768.,4500.); |
511 |
|
} |
512 |
|
else if(nn==7){ |
513 |
|
b.SetFillColor(107); |
514 |
|
b.SetFillStyle(3954); |
515 |
|
b.DrawBox(512.,-500.,768.,4500.); |
516 |
} |
} |
517 |
else if(nn==11){ |
else if(nn==11){ |
518 |
|
b.SetFillColor(6); |
519 |
|
b.SetFillStyle(3945); |
520 |
b.DrawBox(768.,-500.,1024.,4500.); |
b.DrawBox(768.,-500.,1024.,4500.); |
521 |
|
|
522 |
|
b.SetFillColor(107); |
523 |
|
b.SetFillStyle(3954); |
524 |
|
b.DrawBox(0.,-500.,512.,4500); |
525 |
|
b.DrawBox(1920.,-500.,2048.,4500); |
526 |
} |
} |
527 |
c1[e]->Update(); |
c1[e]->Update(); |
528 |
|
|