/[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.11 by pam-fi, Tue Aug 22 15:47:48 2006 UTC revision 1.12 by pam-fi, Mon Aug 28 14:33:19 2006 UTC
# Line 545  void FTrkCalibQLook_EXPERT(TString file, Line 545  void FTrkCalibQLook_EXPERT(TString file,
545            b.SetFillColor(6);            b.SetFillColor(6);
546            b.SetFillStyle(3945);            b.SetFillStyle(3945);
547            b.DrawBox(2560.,2200.,2816.,maxhist);            b.DrawBox(2560.,2200.,2816.,maxhist);
548            b.DrawBox(1024.,2200.,1792.,maxhist);            b.DrawBox(1024.,2200.,1535.,maxhist);
549                        
550            b.SetFillColor(107);            b.SetFillColor(107);
551            b.SetFillStyle(3954);            b.SetFillStyle(3954);
552            b.DrawBox(512.,2200.,768.,maxhist);            b.DrawBox(512.,2200.,768.,maxhist);
553              b.DrawBox(1536.,2200.,1792.,maxhist);
554          }          }
555          else if(nn==7){          else if(nn==7){
556            maxhist=histoped[nn]->GetMaximum();            maxhist=histoped[nn]->GetMaximum();
# Line 625  void FTrkCalibQLook_EXPERT(TString file, Line 626  void FTrkCalibQLook_EXPERT(TString file,
626            b.SetFillColor(6);            b.SetFillColor(6);
627            b.SetFillStyle(3945);            b.SetFillStyle(3945);
628            b.DrawBox(2560.,0.,2816.,maxhist);            b.DrawBox(2560.,0.,2816.,maxhist);
629            b.DrawBox(1024.,0.,1792.,maxhist);            b.DrawBox(1024.,0.,1535.,maxhist);
630                        
631            b.SetFillColor(107);            b.SetFillColor(107);
632            b.SetFillStyle(3954);            b.SetFillStyle(3954);
633            b.DrawBox(512.,0.,768.,maxhist);            b.DrawBox(512.,0.,768.,maxhist);
634              b.DrawBox(1536.,0.,1792.,maxhist);
635          }          }
636          else if(nn==7){          else if(nn==7){
637            maxhist=histosig[nn]->GetMaximum();            maxhist=histosig[nn]->GetMaximum();

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23