| 2 |
* FTrkCalibQLookExpert.cxx |
* FTrkCalibQLookExpert.cxx |
| 3 |
* |
* |
| 4 |
* autor: D.Fedele |
* autor: D.Fedele |
| 5 |
* version v1r14 |
* version v1r22 |
| 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 |
| 87 |
ctrk.good0[1]=0; |
ctrk.good0[1]=0; |
| 88 |
for(Int_t i=0;i<12;i++){ |
for(Int_t i=0;i<12;i++){ |
| 89 |
ctrk.daqmode[i]=0; |
ctrk.daqmode[i]=0; |
| 90 |
ctrk.dspnum[i]=100; |
ctrk.dspnum[i]=0; |
| 91 |
ctrk.calibnum[i]=0; |
ctrk.calibnum[i]=0; |
| 92 |
ctrk.ncalev[i]=0; |
ctrk.ncalev[i]=0; |
| 93 |
ctrk.calfl[i]=0; |
ctrk.calfl[i]=0; |
| 273 |
|
|
| 274 |
// |
// |
| 275 |
// other variables definitions |
// other variables definitions |
| 276 |
|
|
| 277 |
Int_t risposta=0; |
Int_t risposta=0; |
| 278 |
stringstream fromfile; |
stringstream fromfile; |
| 279 |
|
|
| 419 |
for(Int_t n = 0; n<12; n++){ |
for(Int_t n = 0; n<12; n++){ |
| 420 |
if(ctrk.ncalev[n]==0 && ctrk.calfl[n]==0)calok = 1;//GOOD |
if(ctrk.ncalev[n]==0 && ctrk.calfl[n]==0)calok = 1;//GOOD |
| 421 |
|
|
| 422 |
if(ctrk.dspnum[n]>13) |
if(ctrk.dspnum[n]==0) |
| 423 |
continue; |
continue; |
| 424 |
|
|
| 425 |
nn=ctrk.dspnum[n]-1; |
nn=ctrk.dspnum[n]-1; |
| 507 |
histoaped[nn]->Fill(1025,ctrk.ped2[n]); |
histoaped[nn]->Fill(1025,ctrk.ped2[n]); |
| 508 |
histoaped[nn]->Fill(2049,ctrk.ped3[n]); |
histoaped[nn]->Fill(2049,ctrk.ped3[n]); |
| 509 |
/******************************************************/ |
/******************************************************/ |
| 510 |
|
|
| 511 |
TLine li; |
TLine li,liva1; |
| 512 |
li.SetLineColor(38); |
li.SetLineColor(38); |
| 513 |
li.SetLineStyle(3); |
li.SetLineStyle(4); |
| 514 |
li.SetLineWidth(2); |
li.SetLineWidth(2); |
| 515 |
|
liva1.SetLineColor(42); |
| 516 |
Float_t maxhist=0; |
liva1.SetLineStyle(3); |
| 517 |
|
liva1.SetLineWidth(1); |
| 518 |
|
|
| 519 |
|
Float_t maxhist=0,va1x=0; |
| 520 |
TBox b; |
TBox b; |
| 521 |
/* plot PEDESTAL */ |
/* plot PEDESTAL */ |
| 522 |
c1->cd(); |
c1->cd(); |
| 537 |
histoaped[nn]->SetLineWidth(1); |
histoaped[nn]->SetLineWidth(1); |
| 538 |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
| 539 |
histoped[nn]->Draw("b"); |
histoped[nn]->Draw("b"); |
| 540 |
if(nn==1){ |
maxhist=histoped[nn]->GetMaximum(); |
| 541 |
maxhist=histoped[nn]->GetMaximum(); |
if(nn==0){ |
| 542 |
|
b.SetFillColor(107); |
| 543 |
|
b.SetFillStyle(3945); |
| 544 |
|
b.DrawBox(768.,2200.,2047.,maxhist); |
| 545 |
|
} |
| 546 |
|
else if(nn==1){ |
| 547 |
b.SetFillColor(6); |
b.SetFillColor(6); |
| 548 |
b.SetFillStyle(3945); |
b.SetFillStyle(3945); |
| 549 |
b.DrawBox(2944.,700.,3060.,maxhist); |
b.DrawBox(2944.,700.,3060.,maxhist); |
| 550 |
|
|
| 551 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 552 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 553 |
|
b.DrawBox(384.,700.,512.,maxhist); |
| 554 |
|
b.DrawBox(2048.,700.,2432.,maxhist); |
| 555 |
b.DrawBox(2816.,700.,2944.,maxhist); |
b.DrawBox(2816.,700.,2944.,maxhist); |
|
b.DrawBox(2048.,700.,2176.,maxhist); |
|
| 556 |
} |
} |
| 557 |
else if(nn==4){ |
else if(nn==4){ |
|
maxhist=histoped[nn]->GetMaximum(); |
|
| 558 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 559 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 560 |
b.DrawBox(384.,2200.,512.,maxhist); |
b.DrawBox(384.,2200.,512.,maxhist); |
| 561 |
|
b.DrawBox(2816.,2200.,2944.,maxhist); |
| 562 |
} |
} |
| 563 |
else if(nn==6){ |
else if(nn==6){ |
|
maxhist=histoped[nn]->GetMaximum(); |
|
| 564 |
b.SetFillColor(6); |
b.SetFillColor(6); |
| 565 |
b.SetFillStyle(3945); |
b.SetFillStyle(3945); |
| 566 |
b.DrawBox(2560.,2200.,2816.,maxhist); |
b.DrawBox(1024.,2200.,1280.,maxhist); |
|
b.DrawBox(1024.,2200.,1535.,maxhist); |
|
| 567 |
|
|
| 568 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 569 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 570 |
b.DrawBox(512.,2200.,768.,maxhist); |
b.DrawBox(512.,2200.,768.,maxhist); |
| 571 |
b.DrawBox(1536.,2200.,1792.,maxhist); |
b.DrawBox(1280.,2200.,1792.,maxhist); |
| 572 |
|
b.DrawBox(2560.,2200.,2816.,maxhist); |
| 573 |
} |
} |
| 574 |
else if(nn==7){ |
else if(nn==7){ |
|
maxhist=histoped[nn]->GetMaximum(); |
|
| 575 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 576 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 577 |
b.DrawBox(512.,700.,768.,maxhist); |
b.DrawBox(512.,700.,768.,maxhist); |
| 578 |
} |
} |
| 579 |
|
else if(nn==8){ |
| 580 |
|
b.SetFillColor(107); |
| 581 |
|
b.SetFillStyle(3954); |
| 582 |
|
b.DrawBox(512.,2200.,768.,maxhist); |
| 583 |
|
} |
| 584 |
else if(nn==9){ |
else if(nn==9){ |
|
maxhist=histoped[nn]->GetMaximum(); |
|
| 585 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 586 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 587 |
b.DrawBox(256.,700.,384.,maxhist); |
b.DrawBox(256.,700.,384.,maxhist); |
| 588 |
|
b.DrawBox(1280.,700.,1535.,maxhist); |
| 589 |
|
b.DrawBox(1792.,700.,1920.,maxhist); |
| 590 |
|
} |
| 591 |
|
else if(nn==10){ |
| 592 |
|
b.SetFillColor(107); |
| 593 |
|
b.SetFillStyle(3954); |
| 594 |
|
b.DrawBox(1024.,2200.,1152.,maxhist); |
| 595 |
|
b.DrawBox(2048.,2200.,3070.,maxhist); |
| 596 |
} |
} |
| 597 |
else if(nn==11){ |
else if(nn==11){ |
|
maxhist=histoped[nn]->GetMaximum(); |
|
| 598 |
b.SetFillColor(6); |
b.SetFillColor(6); |
| 599 |
b.SetFillStyle(3945); |
b.SetFillStyle(3945); |
| 600 |
b.DrawBox(768.,700.,1024.,maxhist); |
b.DrawBox(768.,700.,1024.,maxhist); |
| 608 |
// else histoped[nn]->Draw("axis"); |
// else histoped[nn]->Draw("axis"); |
| 609 |
histoaped[nn]->Draw("same"); |
histoaped[nn]->Draw("same"); |
| 610 |
if((nn+1)%2==1) { |
if((nn+1)%2==1) { |
| 611 |
li.DrawLine(1024.5,2200,1024.5,3200); |
for(int va=1; va<24; va++){ |
| 612 |
li.DrawLine(2048.5,2200,2048.5,3200); |
va1x=128*va; |
| 613 |
|
liva1.DrawLine(va1x,2200.,va1x,3200.); |
| 614 |
|
} |
| 615 |
|
li.DrawLine(1024.5,2200.,1024.5,3200.); |
| 616 |
|
li.DrawLine(2048.5,2200.,2048.5,3200.); |
| 617 |
} |
} |
| 618 |
if((nn+1)%2==0) { |
if((nn+1)%2==0) { |
| 619 |
|
for(int va=1; va<24; va++){ |
| 620 |
|
va1x=128*va; |
| 621 |
|
liva1.DrawLine(va1x,700.,va1x,1700.); |
| 622 |
|
} |
| 623 |
li.DrawLine(1024.5,700,1024.5,1700); |
li.DrawLine(1024.5,700,1024.5,1700); |
| 624 |
li.DrawLine(2048.5,700,2048.5,1700); |
li.DrawLine(2048.5,700,2048.5,1700); |
| 625 |
} |
} |
| 647 |
histoasig[nn]->SetLineColor(5); |
histoasig[nn]->SetLineColor(5); |
| 648 |
histoasig[nn]->SetLineWidth(1); |
histoasig[nn]->SetLineWidth(1); |
| 649 |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
// if(ctrk.good0[0]==1 && ctrk.good0[1]==1){ |
| 650 |
histosig[nn]->Draw("b"); |
histosig[nn]->Draw("b"); |
| 651 |
if(nn==1){ |
maxhist=histosig[nn]->GetMaximum(); |
| 652 |
maxhist=histosig[nn]->GetMaximum(); |
if(nn==0){ |
| 653 |
|
b.SetFillColor(107); |
| 654 |
|
b.SetFillStyle(3945); |
| 655 |
|
b.DrawBox(768.,0.,2047.,maxhist); |
| 656 |
|
} |
| 657 |
|
else if(nn==1){ |
| 658 |
b.SetFillColor(6); |
b.SetFillColor(6); |
| 659 |
b.SetFillStyle(3945); |
b.SetFillStyle(3945); |
| 660 |
b.DrawBox(2944.,0.,3060.,maxhist); |
b.DrawBox(2944.,0.,3070.,maxhist); |
| 661 |
|
|
| 662 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 663 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 664 |
|
b.DrawBox(384.,0.,512.,maxhist); |
| 665 |
|
b.DrawBox(2048.,0.,2432.,maxhist); |
| 666 |
b.DrawBox(2816.,0.,2944.,maxhist); |
b.DrawBox(2816.,0.,2944.,maxhist); |
|
b.DrawBox(2048.,0.,2176.,maxhist); |
|
| 667 |
} |
} |
| 668 |
else if(nn==4){ |
else if(nn==4){ |
|
maxhist=histosig[nn]->GetMaximum(); |
|
| 669 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 670 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 671 |
b.DrawBox(384.,0.,512.,maxhist); |
b.DrawBox(384.,0.,512.,maxhist); |
| 672 |
|
b.DrawBox(2816.,0.,2944.,maxhist); |
| 673 |
} |
} |
| 674 |
else if(nn==6){ |
else if(nn==6){ |
|
maxhist=histosig[nn]->GetMaximum(); |
|
| 675 |
b.SetFillColor(6); |
b.SetFillColor(6); |
| 676 |
b.SetFillStyle(3945); |
b.SetFillStyle(3945); |
| 677 |
b.DrawBox(2560.,0.,2816.,maxhist); |
b.DrawBox(1024.,0.,1280.,maxhist); |
|
b.DrawBox(1024.,0.,1535.,maxhist); |
|
| 678 |
|
|
| 679 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 680 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 681 |
b.DrawBox(512.,0.,768.,maxhist); |
b.DrawBox(512.,0.,768.,maxhist); |
| 682 |
b.DrawBox(1536.,0.,1792.,maxhist); |
b.DrawBox(1280.,0.,1792.,maxhist); |
| 683 |
|
b.DrawBox(2560.,0.,2816.,maxhist); |
| 684 |
} |
} |
| 685 |
else if(nn==7){ |
else if(nn==7){ |
| 686 |
maxhist=histosig[nn]->GetMaximum(); |
b.SetFillColor(107); |
| 687 |
|
b.SetFillStyle(3954); |
| 688 |
|
b.DrawBox(512.,0.,768.,maxhist); |
| 689 |
|
} |
| 690 |
|
else if(nn==8){ |
| 691 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 692 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 693 |
b.DrawBox(512.,0.,768.,maxhist); |
b.DrawBox(512.,0.,768.,maxhist); |
| 694 |
} |
} |
| 695 |
else if(nn==9){ |
else if(nn==9){ |
|
maxhist=histosig[nn]->GetMaximum(); |
|
| 696 |
b.SetFillColor(107); |
b.SetFillColor(107); |
| 697 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 698 |
b.DrawBox(256.,0.,384.,maxhist); |
b.DrawBox(256.,0.,384.,maxhist); |
| 699 |
|
b.DrawBox(1280.,0.,1535.,maxhist); |
| 700 |
|
b.DrawBox(1792.,0.,1920.,maxhist); |
| 701 |
|
} |
| 702 |
|
else if(nn==10){ |
| 703 |
|
b.SetFillColor(107); |
| 704 |
|
b.SetFillStyle(3954); |
| 705 |
|
b.DrawBox(1024.,0.,1152.,maxhist); |
| 706 |
|
b.DrawBox(2048.,0.,3070.,maxhist); |
| 707 |
} |
} |
| 708 |
else if(nn==11){ |
else if(nn==11){ |
|
maxhist=histosig[nn]->GetMaximum(); |
|
| 709 |
b.SetFillColor(6); |
b.SetFillColor(6); |
| 710 |
b.SetFillStyle(3945); |
b.SetFillStyle(3945); |
| 711 |
b.DrawBox(768.,0.,1024.,maxhist); |
b.DrawBox(768.,0.,1024.,maxhist); |
| 718 |
// } |
// } |
| 719 |
// else histosig[nn]->Draw("axis"); |
// else histosig[nn]->Draw("axis"); |
| 720 |
histoasig[nn]->Draw("same"); |
histoasig[nn]->Draw("same"); |
| 721 |
|
for(int va=1; va<24; va++){ |
| 722 |
|
va1x=128*va; |
| 723 |
|
liva1.DrawLine(va1x,0.,va1x,max); |
| 724 |
|
} |
| 725 |
li.DrawLine(1024.5,0,1024.5,max); |
li.DrawLine(1024.5,0,1024.5,max); |
| 726 |
li.DrawLine(2048.5,0,2048.5,max); |
li.DrawLine(2048.5,0,2048.5,max); |
| 727 |
|
c2->Update();//draw pads in canvas |
| 728 |
|
|
| 729 |
for(int ii=0;ii<3;ii++){ |
for(int ii=0;ii<3;ii++){ |
| 730 |
sig->cd(); |
sig->cd(); |