/[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.14 by pam-fi, Tue Sep 19 15:15:42 2006 UTC revision 1.15 by pam-fi, Mon Oct 2 13:05:39 2006 UTC
# Line 2  Line 2 
2   * FTrkCalibQLookExpert.cxx   * FTrkCalibQLookExpert.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r12   * version v1r13
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 566  void FTrkCalibQLook_EXPERT(TString file, Line 566  void FTrkCalibQLook_EXPERT(TString file,
566            b.SetFillStyle(3954);            b.SetFillStyle(3954);
567            b.DrawBox(512.,700.,768.,maxhist);            b.DrawBox(512.,700.,768.,maxhist);
568          }          }
569            else if(nn==9){
570              maxhist=histoped[nn]->GetMaximum();
571              b.SetFillColor(107);
572              b.SetFillStyle(3954);
573              b.DrawBox(256.,700.,384.,maxhist);
574            }
575          else if(nn==11){          else if(nn==11){
576            maxhist=histoped[nn]->GetMaximum();            maxhist=histoped[nn]->GetMaximum();
577            b.SetFillColor(6);            b.SetFillColor(6);
# Line 648  void FTrkCalibQLook_EXPERT(TString file, Line 654  void FTrkCalibQLook_EXPERT(TString file,
654            b.SetFillStyle(3954);            b.SetFillStyle(3954);
655            b.DrawBox(512.,0.,768.,maxhist);            b.DrawBox(512.,0.,768.,maxhist);
656          }          }
657            else if(nn==9){
658              maxhist=histosig[nn]->GetMaximum();
659              b.SetFillColor(107);
660              b.SetFillStyle(3954);
661              b.DrawBox(256.,0.,384.,maxhist);
662            }
663          else if(nn==11){          else if(nn==11){
664            maxhist=histosig[nn]->GetMaximum();            maxhist=histosig[nn]->GetMaximum();
665            b.SetFillColor(6);            b.SetFillColor(6);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.23