/[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.22 by pam-fi, Sun Dec 24 00:59:04 2006 UTC revision 1.23 by pam-fi, Mon Jan 8 14:34:59 2007 UTC
# Line 2  Line 2 
2   * FTrkCalibQLookExpert.cxx   * FTrkCalibQLookExpert.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r21   * 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
# Line 551  void FTrkCalibQLook_EXPERT(TString file, Line 551  void FTrkCalibQLook_EXPERT(TString file,
551            b.SetFillColor(107);            b.SetFillColor(107);
552            b.SetFillStyle(3954);            b.SetFillStyle(3954);
553            b.DrawBox(384.,700.,512.,maxhist);            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){
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){
564            b.SetFillColor(6);            b.SetFillColor(6);
565            b.SetFillStyle(3945);            b.SetFillStyle(3945);
           b.DrawBox(2560.,2200.,2816.,maxhist);  
566            b.DrawBox(1024.,2200.,1280.,maxhist);            b.DrawBox(1024.,2200.,1280.,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(1280.,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){
575            b.SetFillColor(107);            b.SetFillColor(107);
# Line 590  void FTrkCalibQLook_EXPERT(TString file, Line 591  void FTrkCalibQLook_EXPERT(TString file,
591          else if(nn==10){          else if(nn==10){
592            b.SetFillColor(107);            b.SetFillColor(107);
593            b.SetFillStyle(3954);            b.SetFillStyle(3954);
594              b.DrawBox(1024.,2200.,1152.,maxhist);
595            b.DrawBox(2048.,2200.,3070.,maxhist);            b.DrawBox(2048.,2200.,3070.,maxhist);
596          }          }
597          else if(nn==11){          else if(nn==11){
# Line 660  void FTrkCalibQLook_EXPERT(TString file, Line 662  void FTrkCalibQLook_EXPERT(TString file,
662            b.SetFillColor(107);            b.SetFillColor(107);
663            b.SetFillStyle(3954);            b.SetFillStyle(3954);
664            b.DrawBox(384.,0.,512.,maxhist);            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){
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){
675            b.SetFillColor(6);            b.SetFillColor(6);
676            b.SetFillStyle(3945);            b.SetFillStyle(3945);
           b.DrawBox(2560.,0.,2816.,maxhist);  
677            b.DrawBox(1024.,0.,1280.,maxhist);            b.DrawBox(1024.,0.,1280.,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(1280.,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            b.SetFillColor(107);            b.SetFillColor(107);
# Line 699  void FTrkCalibQLook_EXPERT(TString file, Line 702  void FTrkCalibQLook_EXPERT(TString file,
702          else if(nn==10){          else if(nn==10){
703            b.SetFillColor(107);            b.SetFillColor(107);
704            b.SetFillStyle(3954);            b.SetFillStyle(3954);
705              b.DrawBox(1024.,0.,1152.,maxhist);
706            b.DrawBox(2048.,0.,3070.,maxhist);            b.DrawBox(2048.,0.,3070.,maxhist);
707          }          }
708          else if(nn==11){          else if(nn==11){

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.23