/[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.12 by pam-fi, Mon Aug 28 14:33:19 2006 UTC revision 1.13 by pam-fi, Mon Sep 18 15:01:56 2006 UTC
# Line 2  Line 2 
2   * FTrkCalibQLookExpert.cxx   * FTrkCalibQLookExpert.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r10   * version v1r11
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 176  void FTrkCalibQLook_EXPERT(TString file, Line 176  void FTrkCalibQLook_EXPERT(TString file,
176      } else if (toevent > nevents) {              } else if (toevent > nevents) {        
177        maxevent = nevents;        maxevent = nevents;
178      } else {            } else {      
179        maxevent = fromevent;        maxevent = nevents;
180      };      };
181    };    };
182            
# Line 568  void FTrkCalibQLook_EXPERT(TString file, Line 568  void FTrkCalibQLook_EXPERT(TString file,
568            b.SetFillStyle(3954);            b.SetFillStyle(3954);
569            b.DrawBox(0.,700.,512.,maxhist);            b.DrawBox(0.,700.,512.,maxhist);
570            b.DrawBox(1920.,700.,2048.,maxhist);            b.DrawBox(1920.,700.,2048.,maxhist);
571              b.DrawBox(2176.,700.,2304.,maxhist);
572          }          }
573        }        }
574        else histoped[nn]->Draw("axis");        else histoped[nn]->Draw("axis");
# Line 649  void FTrkCalibQLook_EXPERT(TString file, Line 650  void FTrkCalibQLook_EXPERT(TString file,
650            b.SetFillStyle(3954);            b.SetFillStyle(3954);
651            b.DrawBox(0.,0.,512.,maxhist);            b.DrawBox(0.,0.,512.,maxhist);
652            b.DrawBox(1920.,0.,2048.,maxhist);            b.DrawBox(1920.,0.,2048.,maxhist);
653              b.DrawBox(2176.,0.,2304.,maxhist);
654          }          }
655        }        }
656        else histosig[nn]->Draw("axis");        else histosig[nn]->Draw("axis");

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

  ViewVC Help
Powered by ViewVC 1.1.23