| 2 |
* FTrkCalibQLookExpert.cxx |
* FTrkCalibQLookExpert.cxx |
| 3 |
* |
* |
| 4 |
* autor: D.Fedele |
* autor: D.Fedele |
| 5 |
* version v1r22 |
* version v1r28 |
| 6 |
* Parameters: |
* Parameters: |
| 7 |
* file - the data file to analyze |
* file - the data file to analyze |
| 8 |
* step - select =1 in order to analyze one event at time |
* step - select =1 in order to analyze one event at time |
| 77 |
Int_t nevents=0; |
Int_t nevents=0; |
| 78 |
Int_t minevent = 0; |
Int_t minevent = 0; |
| 79 |
Int_t maxevent = 0; |
Int_t maxevent = 0; |
| 80 |
ULong64_t FOBT[2]; |
ULong_t FOBT[2]; |
| 81 |
|
|
| 82 |
FOBT[0]=0; |
FOBT[0]=0; |
| 83 |
FOBT[1]=0; |
FOBT[1]=0; |
| 188 |
|
|
| 189 |
Int_t hcevent=hotr->GetEntries(); |
Int_t hcevent=hotr->GetEntries(); |
| 190 |
Int_t tcevent=totr->GetEntries(); |
Int_t tcevent=totr->GetEntries(); |
| 191 |
ULong64_t HOBT[hcevent], TOBT[tcevent]; |
ULong_t HOBT[hcevent], TOBT[tcevent]; |
| 192 |
for (Int_t i = 0; i < hcevent; i++){ |
for (Int_t i = 0; i < hcevent; i++){ |
| 193 |
hotr->GetEntry(i); |
hotr->GetEntry(i); |
| 194 |
ph = eh4->GetPscuHeader(); |
ph = eh4->GetPscuHeader(); |
| 275 |
// other variables definitions |
// other variables definitions |
| 276 |
|
|
| 277 |
Int_t risposta=0; |
Int_t risposta=0; |
| 278 |
stringstream fromfile; |
stringstream fromfile,isfile; |
| 279 |
|
|
| 280 |
fromfile<<"FTrkCalibQLook_EXPERT File: "<<ffile<<" -- CalibHeader OBT= "<<HOBT[(cod->Get(pctp->CalibHeader))-1]<<" -- Calib pkt OBT= "<<FOBT[0]<<" -- CalibTrailer OBT= "<<TOBT[(cod->Get(pctp->CalibTrailer))]<<" --"; |
fromfile<<"FTrkCalibQLook_EXPERT File: "<<ffile<<" -- CalibHeader OBT= "<<HOBT[(cod->Get(pctp->CalibHeader))-1]<<" -- Calib pkt OBT= "<<FOBT[0]<<" -- CalibTrailer OBT= "<<TOBT[(cod->Get(pctp->CalibTrailer))]<<" --"; |
| 281 |
|
|
| 305 |
Int_t canvasy=900; |
Int_t canvasy=900; |
| 306 |
TCanvas *c1 = new TCanvas("c1","FTrkCalibQLook_EXPERT_ped",canvasx,canvasy); |
TCanvas *c1 = new TCanvas("c1","FTrkCalibQLook_EXPERT_ped",canvasx,canvasy); |
| 307 |
c1->SetFillColor(10); |
c1->SetFillColor(10); |
| 308 |
tzz->DrawLatex(.01,0.98,fromfile.str().c_str()); |
tzz->DrawLatex(.01,.98,fromfile.str().c_str()); |
| 309 |
tzz->DrawLatex(.90,0.98,"PEDESTAL"); |
tzz->DrawLatex(.90,.98,"PEDESTAL"); |
| 310 |
|
|
| 311 |
|
isfile<<"Boxes so colored point out chips broken before the launch and never resumed"; |
| 312 |
|
tzz->SetTextColor(6); |
| 313 |
|
tzz->SetTextSize(0.018); |
| 314 |
|
// tzz->DrawLatex(.5,.96,isfile.str().c_str()); |
| 315 |
|
isfile.str(""); |
| 316 |
|
|
| 317 |
|
isfile<<"Boxes so colored point out anomalous chips (not necessarily broken)"; |
| 318 |
|
tzz->SetTextColor(107); |
| 319 |
|
// tzz->DrawLatex(.05,.96,isfile.str().c_str()); |
| 320 |
|
isfile.str(""); |
| 321 |
|
|
| 322 |
TCanvas *c2 = new TCanvas("c2","FTrkCalibQLook_EXPERT_sig",canvasx,canvasy); |
TCanvas *c2 = new TCanvas("c2","FTrkCalibQLook_EXPERT_sig",canvasx,canvasy); |
| 323 |
c2->SetFillColor(10); |
c2->SetFillColor(10); |
| 324 |
tzz->DrawLatex(.01,0.98,fromfile.str().c_str()); |
tzz->SetTextColor(1); |
| 325 |
tzz->DrawLatex(.90,0.98,"SIGMA"); |
tzz->DrawLatex(.01,.98,fromfile.str().c_str()); |
| 326 |
|
tzz->DrawLatex(.90,.98,"SIGMA"); |
| 327 |
|
|
| 328 |
|
isfile<<"Chips with white line at least once showed anomalous behaviour"; |
| 329 |
|
tzz->SetTextColor(17); |
| 330 |
|
tzz->SetTextSize(0.018); |
| 331 |
|
tzz->DrawLatex(.01,.96,isfile.str().c_str()); |
| 332 |
|
isfile.str(""); |
| 333 |
|
|
| 334 |
|
isfile<<"Boxes so colored point out anomalous chips (not necessarily broken)"; |
| 335 |
|
tzz->SetTextColor(107); |
| 336 |
|
// tzz->DrawLatex(.05,.96,isfile.str().c_str()); |
| 337 |
|
isfile.str(""); |
| 338 |
|
|
| 339 |
|
|
| 340 |
TCanvas *sig=new TCanvas("sig","FTrkCalibQLook_EXPERT_histosig",canvasx,canvasy); |
TCanvas *sig=new TCanvas("sig","FTrkCalibQLook_EXPERT_histosig",canvasx,canvasy); |
| 341 |
sig->SetFillColor(10); |
sig->SetFillColor(10); |
| 342 |
tzz->DrawLatex(.01,0.98,fromfile.str().c_str()); |
tzz->SetTextColor(1); |
| 343 |
tzz->DrawLatex(.85,0.97,"Histograms of the sigmas"); |
tzz->DrawLatex(.01,.98,fromfile.str().c_str()); |
| 344 |
|
tzz->DrawLatex(.85,.97,"Histograms of the sigmas"); |
| 345 |
|
|
| 346 |
|
|
| 347 |
|
|
| 541 |
liva1.SetLineStyle(3); |
liva1.SetLineStyle(3); |
| 542 |
liva1.SetLineWidth(1); |
liva1.SetLineWidth(1); |
| 543 |
|
|
| 544 |
Float_t maxhist=0,va1x=0; |
Float_t maxhist=0,va1x=0,minhist=0.; |
| 545 |
TBox b; |
TBox b; |
| 546 |
/* plot PEDESTAL */ |
/* plot PEDESTAL */ |
| 547 |
c1->cd(); |
c1->cd(); |
| 560 |
if((nn+1)%2==0) histoped[nn]->GetYaxis()->SetRangeUser(700,1700); |
if((nn+1)%2==0) histoped[nn]->GetYaxis()->SetRangeUser(700,1700); |
| 561 |
histoaped[nn]->SetLineColor(5); |
histoaped[nn]->SetLineColor(5); |
| 562 |
histoaped[nn]->SetLineWidth(1); |
histoaped[nn]->SetLineWidth(1); |
| 563 |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
| 564 |
histoped[nn]->Draw("b"); |
histoped[nn]->Draw("b"); |
| 565 |
maxhist=histoped[nn]->GetMaximum(); |
maxhist=histoped[nn]->GetMaximum(); |
| 566 |
if(nn==0){ |
if(nn%2==0) minhist=2200; |
| 567 |
b.SetFillColor(107); |
else minhist=700; |
| 568 |
b.SetFillStyle(3945); |
b.SetFillColor(19); |
| 569 |
b.DrawBox(768.,2200.,2047.,maxhist); |
b.SetFillStyle(3954); |
| 570 |
} |
if(nn==0){ |
| 571 |
else if(nn==1){ |
b.DrawBox(0.,minhist,2047.,maxhist); |
| 572 |
b.SetFillColor(6); |
} |
| 573 |
b.SetFillStyle(3945); |
else if(nn==1){ |
| 574 |
b.DrawBox(2944.,700.,3060.,maxhist); |
b.DrawBox(128.,minhist,256.,maxhist); |
| 575 |
|
b.DrawBox(384.,minhist,512.,maxhist); |
| 576 |
b.SetFillColor(107); |
b.DrawBox(896.,minhist,1024.,maxhist); |
| 577 |
b.SetFillStyle(3954); |
b.DrawBox(2048.,minhist,2432.,maxhist); |
| 578 |
b.DrawBox(384.,700.,512.,maxhist); |
b.DrawBox(2816.,minhist,2944.,maxhist); |
| 579 |
b.DrawBox(2048.,700.,2432.,maxhist); |
b.DrawBox(2944.,minhist,3070.,maxhist); |
| 580 |
b.DrawBox(2816.,700.,2944.,maxhist); |
} |
| 581 |
} |
else if(nn==3){ |
| 582 |
else if(nn==4){ |
b.DrawBox(0.,minhist,256.,maxhist); |
| 583 |
b.SetFillColor(107); |
b.DrawBox(2816.,minhist,3070.,maxhist); |
| 584 |
b.SetFillStyle(3954); |
} |
| 585 |
b.DrawBox(384.,2200.,512.,maxhist); |
else if(nn==4){ |
| 586 |
b.DrawBox(2816.,2200.,2944.,maxhist); |
b.DrawBox(256.,minhist,512.,maxhist); |
| 587 |
} |
b.DrawBox(1792.,minhist,1920.,maxhist); |
| 588 |
else if(nn==6){ |
b.DrawBox(2816.,minhist,3070.,maxhist); |
| 589 |
b.SetFillColor(6); |
} |
| 590 |
b.SetFillStyle(3945); |
else if(nn==5){ |
| 591 |
b.DrawBox(1024.,2200.,1280.,maxhist); |
b.DrawBox(0.,minhist,256.,maxhist); |
| 592 |
|
b.DrawBox(896.,minhist,1024.,maxhist); |
| 593 |
b.SetFillColor(107); |
b.DrawBox(1664.,minhist,1792.,maxhist); |
| 594 |
b.SetFillStyle(3954); |
} |
| 595 |
b.DrawBox(512.,2200.,768.,maxhist); |
else if(nn==6){ |
| 596 |
b.DrawBox(1280.,2200.,1792.,maxhist); |
b.DrawBox(512.,minhist,768.,maxhist); |
| 597 |
b.DrawBox(2560.,2200.,2816.,maxhist); |
b.DrawBox(1024.,minhist,1280.,maxhist); |
| 598 |
} |
b.DrawBox(1280.,minhist,1792.,maxhist); |
| 599 |
else if(nn==7){ |
b.DrawBox(2560.,minhist,2816.,maxhist); |
| 600 |
b.SetFillColor(107); |
} |
| 601 |
b.SetFillStyle(3954); |
else if(nn==7){ |
| 602 |
b.DrawBox(512.,700.,768.,maxhist); |
b.DrawBox(0.,minhist,1535.,maxhist); |
| 603 |
} |
b.DrawBox(2024.,minhist,2280.,maxhist); |
| 604 |
else if(nn==8){ |
} |
| 605 |
b.SetFillColor(107); |
else if(nn==8){ |
| 606 |
b.SetFillStyle(3954); |
b.DrawBox(512.,minhist,768.,maxhist); |
| 607 |
b.DrawBox(512.,2200.,768.,maxhist); |
} |
| 608 |
} |
else if(nn==9){ |
| 609 |
else if(nn==9){ |
b.DrawBox(0.,minhist,128.,maxhist); |
| 610 |
b.SetFillColor(107); |
b.DrawBox(256.,minhist,384.,maxhist); |
| 611 |
b.SetFillStyle(3954); |
b.DrawBox(512.,minhist,640.,maxhist); |
| 612 |
b.DrawBox(256.,700.,384.,maxhist); |
b.DrawBox(896.,minhist,1152.,maxhist); |
| 613 |
b.DrawBox(1280.,700.,1535.,maxhist); |
b.DrawBox(1280.,minhist,1535.,maxhist); |
| 614 |
b.DrawBox(1792.,700.,1920.,maxhist); |
b.DrawBox(1664.,minhist,1920.,maxhist); |
| 615 |
} |
b.DrawBox(2048.,minhist,2304.,maxhist); |
| 616 |
else if(nn==10){ |
} |
| 617 |
b.SetFillColor(107); |
else if(nn==10){ |
| 618 |
b.SetFillStyle(3954); |
b.DrawBox(0.,minhist,512.,maxhist); |
| 619 |
b.DrawBox(1024.,2200.,1152.,maxhist); |
b.DrawBox(1024.,minhist,3070.,maxhist); |
| 620 |
b.DrawBox(2048.,2200.,3070.,maxhist); |
} |
| 621 |
} |
else if(nn==11){ |
| 622 |
else if(nn==11){ |
b.DrawBox(0.,minhist,512.,maxhist); |
| 623 |
b.SetFillColor(6); |
b.DrawBox(768.,minhist,1024.,maxhist); |
| 624 |
b.SetFillStyle(3945); |
b.DrawBox(1536.,minhist,1664.,maxhist); |
| 625 |
b.DrawBox(768.,700.,1024.,maxhist); |
b.DrawBox(1920.,minhist,2560.,maxhist); |
| 626 |
|
b.DrawBox(2816.,minhist,3070.,maxhist); |
| 627 |
b.SetFillColor(107); |
} |
| 628 |
b.SetFillStyle(3954); |
// } |
| 629 |
b.DrawBox(0.,700.,512.,maxhist); |
// else histoped[nn]->Draw("axis"); |
|
b.DrawBox(1920.,700.,2560.,maxhist); |
|
|
} |
|
|
// } |
|
|
// else histoped[nn]->Draw("axis"); |
|
| 630 |
histoaped[nn]->Draw("same"); |
histoaped[nn]->Draw("same"); |
| 631 |
if((nn+1)%2==1) { |
if((nn+1)%2==1) { |
| 632 |
for(int va=1; va<24; va++){ |
for(int va=1; va<24; va++){ |
| 667 |
histosig[nn]->GetYaxis()->CenterTitle(); |
histosig[nn]->GetYaxis()->CenterTitle(); |
| 668 |
histoasig[nn]->SetLineColor(5); |
histoasig[nn]->SetLineColor(5); |
| 669 |
histoasig[nn]->SetLineWidth(1); |
histoasig[nn]->SetLineWidth(1); |
| 670 |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
| 671 |
histosig[nn]->Draw("b"); |
histosig[nn]->Draw("b"); |
| 672 |
maxhist=histosig[nn]->GetMaximum(); |
maxhist=histosig[nn]->GetMaximum(); |
| 673 |
if(nn==0){ |
minhist=0.; |
| 674 |
b.SetFillColor(107); |
b.SetFillColor(19); |
| 675 |
b.SetFillStyle(3945); |
b.SetFillStyle(3945); |
| 676 |
b.DrawBox(768.,0.,2047.,maxhist); |
if(nn==0){ |
| 677 |
} |
b.DrawBox(0.,minhist,2047.,maxhist); |
| 678 |
else if(nn==1){ |
} |
| 679 |
b.SetFillColor(6); |
else if(nn==1){ |
| 680 |
b.SetFillStyle(3945); |
b.DrawBox(128.,minhist,256.,maxhist); |
| 681 |
b.DrawBox(2944.,0.,3070.,maxhist); |
b.DrawBox(384.,minhist,512.,maxhist); |
| 682 |
|
b.DrawBox(896.,minhist,1024.,maxhist); |
| 683 |
b.SetFillColor(107); |
b.DrawBox(2048.,minhist,2432.,maxhist); |
| 684 |
b.SetFillStyle(3954); |
b.DrawBox(2816.,minhist,2944.,maxhist); |
| 685 |
b.DrawBox(384.,0.,512.,maxhist); |
b.DrawBox(2944.,minhist,3070.,maxhist); |
| 686 |
b.DrawBox(2048.,0.,2432.,maxhist); |
} |
| 687 |
b.DrawBox(2816.,0.,2944.,maxhist); |
else if(nn==3){ |
| 688 |
} |
b.DrawBox(0.,minhist,256.,maxhist); |
| 689 |
else if(nn==4){ |
b.DrawBox(2816.,minhist,3070.,maxhist); |
| 690 |
b.SetFillColor(107); |
} |
| 691 |
b.SetFillStyle(3954); |
else if(nn==4){ |
| 692 |
b.DrawBox(384.,0.,512.,maxhist); |
b.DrawBox(256.,minhist,512.,maxhist); |
| 693 |
b.DrawBox(2816.,0.,2944.,maxhist); |
b.DrawBox(1792.,minhist,1920.,maxhist); |
| 694 |
} |
b.DrawBox(2816.,minhist,3070.,maxhist); |
| 695 |
else if(nn==6){ |
} |
| 696 |
b.SetFillColor(6); |
else if(nn==5){ |
| 697 |
b.SetFillStyle(3945); |
b.DrawBox(0.,minhist,256.,maxhist); |
| 698 |
b.DrawBox(1024.,0.,1280.,maxhist); |
b.DrawBox(896.,minhist,1024.,maxhist); |
| 699 |
|
b.DrawBox(1664.,minhist,1792.,maxhist); |
| 700 |
b.SetFillColor(107); |
} |
| 701 |
b.SetFillStyle(3954); |
else if(nn==6){ |
| 702 |
b.DrawBox(512.,0.,768.,maxhist); |
b.DrawBox(512.,minhist,768.,maxhist); |
| 703 |
b.DrawBox(1280.,0.,1792.,maxhist); |
b.DrawBox(1024.,minhist,1280.,maxhist); |
| 704 |
b.DrawBox(2560.,0.,2816.,maxhist); |
b.DrawBox(1280.,minhist,1792.,maxhist); |
| 705 |
} |
b.DrawBox(2560.,minhist,2816.,maxhist); |
| 706 |
else if(nn==7){ |
} |
| 707 |
b.SetFillColor(107); |
else if(nn==7){ |
| 708 |
b.SetFillStyle(3954); |
b.DrawBox(0.,minhist,1535.,maxhist); |
| 709 |
b.DrawBox(512.,0.,768.,maxhist); |
b.DrawBox(2024.,minhist,2280.,maxhist); |
| 710 |
} |
} |
| 711 |
else if(nn==8){ |
else if(nn==8){ |
| 712 |
b.SetFillColor(107); |
b.DrawBox(512.,minhist,768.,maxhist); |
| 713 |
b.SetFillStyle(3954); |
} |
| 714 |
b.DrawBox(512.,0.,768.,maxhist); |
else if(nn==9){ |
| 715 |
} |
b.DrawBox(0.,minhist,128.,maxhist); |
| 716 |
else if(nn==9){ |
b.DrawBox(256.,minhist,384.,maxhist); |
| 717 |
b.SetFillColor(107); |
b.DrawBox(512.,minhist,640.,maxhist); |
| 718 |
b.SetFillStyle(3954); |
b.DrawBox(896.,minhist,1152.,maxhist); |
| 719 |
b.DrawBox(256.,0.,384.,maxhist); |
b.DrawBox(1280.,minhist,1535.,maxhist); |
| 720 |
b.DrawBox(1280.,0.,1535.,maxhist); |
b.DrawBox(1664.,minhist,1920.,maxhist); |
| 721 |
b.DrawBox(1792.,0.,1920.,maxhist); |
b.DrawBox(2048.,minhist,2304.,maxhist); |
| 722 |
} |
} |
| 723 |
else if(nn==10){ |
else if(nn==10){ |
| 724 |
b.SetFillColor(107); |
b.DrawBox(0.,minhist,512.,maxhist); |
| 725 |
b.SetFillStyle(3954); |
b.DrawBox(1024.,minhist,3070.,maxhist); |
| 726 |
b.DrawBox(1024.,0.,1152.,maxhist); |
} |
| 727 |
b.DrawBox(2048.,0.,3070.,maxhist); |
else if(nn==11){ |
| 728 |
} |
b.DrawBox(0.,minhist,512.,maxhist); |
| 729 |
else if(nn==11){ |
b.DrawBox(768.,minhist,1024.,maxhist); |
| 730 |
b.SetFillColor(6); |
b.DrawBox(1536.,minhist,1664.,maxhist); |
| 731 |
b.SetFillStyle(3945); |
b.DrawBox(1920.,minhist,2560.,maxhist); |
| 732 |
b.DrawBox(768.,0.,1024.,maxhist); |
b.DrawBox(2816.,minhist,3070.,maxhist); |
| 733 |
|
} |
| 734 |
b.SetFillColor(107); |
// } |
| 735 |
b.SetFillStyle(3954); |
// else histosig[nn]->Draw("axis"); |
|
b.DrawBox(0.,0.,512.,maxhist); |
|
|
b.DrawBox(1920.,0.,2560.,maxhist); |
|
|
} |
|
|
// } |
|
|
// else histosig[nn]->Draw("axis"); |
|
| 736 |
histoasig[nn]->Draw("same"); |
histoasig[nn]->Draw("same"); |
| 737 |
for(int va=1; va<24; va++){ |
for(int va=1; va<24; va++){ |
| 738 |
va1x=128*va; |
va1x=128*va; |