/[PAMELA software]/quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx
ViewVC logotype

Diff of /quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by pam-fi, Thu Oct 12 16:58:34 2006 UTC revision 1.20 by pam-fi, Sat Dec 2 16:12:47 2006 UTC
# Line 2  Line 2 
2   * FTrkCalibQLookExpert.cxx   * FTrkCalibQLookExpert.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r14   * version v1r18
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
# Line 87  void FTrkCalibQLook_EXPERT(TString file, Line 87  void FTrkCalibQLook_EXPERT(TString file,
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;
# Line 273  void FTrkCalibQLook_EXPERT(TString file, Line 273  void FTrkCalibQLook_EXPERT(TString file,
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    
# Line 418  void FTrkCalibQLook_EXPERT(TString file, Line 419  void FTrkCalibQLook_EXPERT(TString file,
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;
# Line 506  void FTrkCalibQLook_EXPERT(TString file, Line 507  void FTrkCalibQLook_EXPERT(TString file,
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();
# Line 533  void FTrkCalibQLook_EXPERT(TString file, Line 537  void FTrkCalibQLook_EXPERT(TString file,
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);
# Line 545  void FTrkCalibQLook_EXPERT(TString file, Line 554  void FTrkCalibQLook_EXPERT(TString file,
554            b.DrawBox(2048.,700.,2176.,maxhist);            b.DrawBox(2048.,700.,2176.,maxhist);
555          }          }
556          else if(nn==4){          else if(nn==4){
           maxhist=histoped[nn]->GetMaximum();  
557            b.SetFillColor(107);            b.SetFillColor(107);
558            b.SetFillStyle(3954);            b.SetFillStyle(3954);
559            b.DrawBox(384.,2200.,512.,maxhist);            b.DrawBox(384.,2200.,512.,maxhist);
560          }          }
561          else if(nn==6){          else if(nn==6){
           maxhist=histoped[nn]->GetMaximum();  
562            b.SetFillColor(6);            b.SetFillColor(6);
563            b.SetFillStyle(3945);            b.SetFillStyle(3945);
564            b.DrawBox(2560.,2200.,2816.,maxhist);            b.DrawBox(2560.,2200.,2816.,maxhist);
# Line 563  void FTrkCalibQLook_EXPERT(TString file, Line 570  void FTrkCalibQLook_EXPERT(TString file,
570            b.DrawBox(1536.,2200.,1792.,maxhist);            b.DrawBox(1536.,2200.,1792.,maxhist);
571          }          }
572          else if(nn==7){          else if(nn==7){
           maxhist=histoped[nn]->GetMaximum();  
573            b.SetFillColor(107);            b.SetFillColor(107);
574            b.SetFillStyle(3954);            b.SetFillStyle(3954);
575            b.DrawBox(512.,700.,768.,maxhist);            b.DrawBox(512.,700.,768.,maxhist);
576          }          }
577            else if(nn==8){
578              b.SetFillColor(107);
579              b.SetFillStyle(3954);
580              b.DrawBox(512.,2200.,768.,maxhist);
581            }
582          else if(nn==9){          else if(nn==9){
           maxhist=histoped[nn]->GetMaximum();  
583            b.SetFillColor(107);            b.SetFillColor(107);
584            b.SetFillStyle(3954);            b.SetFillStyle(3954);
585            b.DrawBox(256.,700.,384.,maxhist);            b.DrawBox(256.,700.,384.,maxhist);
586          }          }
587            else if(nn==10){
588              b.SetFillColor(107);
589              b.SetFillStyle(3954);
590              b.DrawBox(2560.,2200.,3070.,maxhist);
591            }
592          else if(nn==11){          else if(nn==11){
           maxhist=histoped[nn]->GetMaximum();  
593            b.SetFillColor(6);            b.SetFillColor(6);
594            b.SetFillStyle(3945);            b.SetFillStyle(3945);
595            b.DrawBox(768.,700.,1024.,maxhist);            b.DrawBox(768.,700.,1024.,maxhist);
# Line 589  void FTrkCalibQLook_EXPERT(TString file, Line 603  void FTrkCalibQLook_EXPERT(TString file,
603  //       else histoped[nn]->Draw("axis");  //       else histoped[nn]->Draw("axis");
604        histoaped[nn]->Draw("same");        histoaped[nn]->Draw("same");
605        if((nn+1)%2==1) {        if((nn+1)%2==1) {
606          li.DrawLine(1024.5,2200,1024.5,3200);          for(int va=1; va<24; va++){
607          li.DrawLine(2048.5,2200,2048.5,3200);            va1x=128*va;
608              liva1.DrawLine(va1x,2200.,va1x,3200.);
609            }
610            li.DrawLine(1024.5,2200.,1024.5,3200.);
611            li.DrawLine(2048.5,2200.,2048.5,3200.);
612        }        }
613        if((nn+1)%2==0) {        if((nn+1)%2==0) {
614            for(int va=1; va<24; va++){
615              va1x=128*va;
616              liva1.DrawLine(va1x,700.,va1x,1700.);
617            }
618          li.DrawLine(1024.5,700,1024.5,1700);          li.DrawLine(1024.5,700,1024.5,1700);
619          li.DrawLine(2048.5,700,2048.5,1700);          li.DrawLine(2048.5,700,2048.5,1700);
620        }        }
# Line 620  void FTrkCalibQLook_EXPERT(TString file, Line 642  void FTrkCalibQLook_EXPERT(TString file,
642        histoasig[nn]->SetLineColor(5);        histoasig[nn]->SetLineColor(5);
643        histoasig[nn]->SetLineWidth(1);        histoasig[nn]->SetLineWidth(1);
644  //      if(ctrk.good0[0]==1 && ctrk.good0[1]==1){  //      if(ctrk.good0[0]==1 && ctrk.good0[1]==1){
645          histosig[nn]->Draw("b");          histosig[nn]->Draw("b");
646          if(nn==1){          maxhist=histosig[nn]->GetMaximum();
647            maxhist=histosig[nn]->GetMaximum();          if(nn==0){
648              b.SetFillColor(107);
649              b.SetFillStyle(3945);
650              b.DrawBox(768.,0.,2047.,maxhist);
651            }
652            else if(nn==1){
653            b.SetFillColor(6);            b.SetFillColor(6);
654            b.SetFillStyle(3945);            b.SetFillStyle(3945);
655            b.DrawBox(2944.,0.,3060.,maxhist);            b.DrawBox(2944.,0.,3070.,maxhist);
656    
657            b.SetFillColor(107);            b.SetFillColor(107);
658            b.SetFillStyle(3954);            b.SetFillStyle(3954);
# Line 633  void FTrkCalibQLook_EXPERT(TString file, Line 660  void FTrkCalibQLook_EXPERT(TString file,
660            b.DrawBox(2048.,0.,2176.,maxhist);            b.DrawBox(2048.,0.,2176.,maxhist);
661          }          }
662          else if(nn==4){          else if(nn==4){
           maxhist=histosig[nn]->GetMaximum();  
663            b.SetFillColor(107);            b.SetFillColor(107);
664            b.SetFillStyle(3954);            b.SetFillStyle(3954);
665            b.DrawBox(384.,0.,512.,maxhist);            b.DrawBox(384.,0.,512.,maxhist);
666          }          }
667          else if(nn==6){          else if(nn==6){
           maxhist=histosig[nn]->GetMaximum();  
668            b.SetFillColor(6);            b.SetFillColor(6);
669            b.SetFillStyle(3945);            b.SetFillStyle(3945);
670            b.DrawBox(2560.,0.,2816.,maxhist);            b.DrawBox(2560.,0.,2816.,maxhist);
# Line 651  void FTrkCalibQLook_EXPERT(TString file, Line 676  void FTrkCalibQLook_EXPERT(TString file,
676            b.DrawBox(1536.,0.,1792.,maxhist);            b.DrawBox(1536.,0.,1792.,maxhist);
677          }          }
678          else if(nn==7){          else if(nn==7){
679            maxhist=histosig[nn]->GetMaximum();            b.SetFillColor(107);
680              b.SetFillStyle(3954);
681              b.DrawBox(512.,0.,768.,maxhist);
682            }
683            else if(nn==8){
684            b.SetFillColor(107);            b.SetFillColor(107);
685            b.SetFillStyle(3954);            b.SetFillStyle(3954);
686            b.DrawBox(512.,0.,768.,maxhist);            b.DrawBox(512.,0.,768.,maxhist);
687          }          }
688          else if(nn==9){          else if(nn==9){
           maxhist=histosig[nn]->GetMaximum();  
689            b.SetFillColor(107);            b.SetFillColor(107);
690            b.SetFillStyle(3954);            b.SetFillStyle(3954);
691            b.DrawBox(256.,0.,384.,maxhist);            b.DrawBox(256.,0.,384.,maxhist);
692          }          }
693            else if(nn==10){
694              b.SetFillColor(107);
695              b.SetFillStyle(3954);
696              b.DrawBox(2560.,0.,3070.,maxhist);
697            }
698          else if(nn==11){          else if(nn==11){
           maxhist=histosig[nn]->GetMaximum();  
699            b.SetFillColor(6);            b.SetFillColor(6);
700            b.SetFillStyle(3945);            b.SetFillStyle(3945);
701            b.DrawBox(768.,0.,1024.,maxhist);            b.DrawBox(768.,0.,1024.,maxhist);
# Line 676  void FTrkCalibQLook_EXPERT(TString file, Line 708  void FTrkCalibQLook_EXPERT(TString file,
708  //       }  //       }
709  //       else histosig[nn]->Draw("axis");  //       else histosig[nn]->Draw("axis");
710        histoasig[nn]->Draw("same");        histoasig[nn]->Draw("same");
711          for(int va=1; va<24; va++){
712            va1x=128*va;
713            liva1.DrawLine(va1x,0.,va1x,max);
714          }
715        li.DrawLine(1024.5,0,1024.5,max);        li.DrawLine(1024.5,0,1024.5,max);
716        li.DrawLine(2048.5,0,2048.5,max);        li.DrawLine(2048.5,0,2048.5,max);
717          c2->Update();//draw pads in canvas
718                
719        for(int ii=0;ii<3;ii++){        for(int ii=0;ii<3;ii++){
720          sig->cd();          sig->cd();

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.23