/[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.23 by pam-fi, Mon Jan 8 14:34:59 2007 UTC revision 1.24 by pam-fi, Mon Feb 12 10:18:17 2007 UTC
# Line 1  Line 1 
1  /**  `/**
2   * FTrkCalibQLookExpert.cxx   * FTrkCalibQLookExpert.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r22   * version v1r23
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 541  void FTrkCalibQLook_EXPERT(TString file, Line 541  void FTrkCalibQLook_EXPERT(TString file,
541          if(nn==0){          if(nn==0){
542            b.SetFillColor(107);            b.SetFillColor(107);
543            b.SetFillStyle(3945);            b.SetFillStyle(3945);
544              b.DrawBox(256.,2200.,384.,maxhist);
545            b.DrawBox(768.,2200.,2047.,maxhist);            b.DrawBox(768.,2200.,2047.,maxhist);
546          }          }
547          else if(nn==1){          else if(nn==1){
# Line 554  void FTrkCalibQLook_EXPERT(TString file, Line 555  void FTrkCalibQLook_EXPERT(TString file,
555            b.DrawBox(2048.,700.,2432.,maxhist);            b.DrawBox(2048.,700.,2432.,maxhist);
556            b.DrawBox(2816.,700.,2944.,maxhist);            b.DrawBox(2816.,700.,2944.,maxhist);
557          }          }
558            else if(nn==3){
559              b.SetFillColor(107);
560              b.SetFillStyle(3954);
561              b.DrawBox(2816.,700.,3070.,maxhist);
562            }
563          else if(nn==4){          else if(nn==4){
564            b.SetFillColor(107);            b.SetFillColor(107);
565            b.SetFillStyle(3954);            b.SetFillStyle(3954);
566            b.DrawBox(384.,2200.,512.,maxhist);            b.DrawBox(256.,2200.,512.,maxhist);
567            b.DrawBox(2816.,2200.,2944.,maxhist);            b.DrawBox(2816.,2200.,3070.,maxhist);
568          }          }
569          else if(nn==6){          else if(nn==6){
570            b.SetFillColor(6);            b.SetFillColor(6);
# Line 575  void FTrkCalibQLook_EXPERT(TString file, Line 581  void FTrkCalibQLook_EXPERT(TString file,
581            b.SetFillColor(107);            b.SetFillColor(107);
582            b.SetFillStyle(3954);            b.SetFillStyle(3954);
583            b.DrawBox(512.,700.,768.,maxhist);            b.DrawBox(512.,700.,768.,maxhist);
584              b.DrawBox(1024.,700.,1535.,maxhist);
585          }          }
586          else if(nn==8){          else if(nn==8){
587            b.SetFillColor(107);            b.SetFillColor(107);
# Line 652  void FTrkCalibQLook_EXPERT(TString file, Line 659  void FTrkCalibQLook_EXPERT(TString file,
659          if(nn==0){          if(nn==0){
660            b.SetFillColor(107);            b.SetFillColor(107);
661            b.SetFillStyle(3945);            b.SetFillStyle(3945);
662              b.DrawBox(256.,0.,384.,maxhist);
663            b.DrawBox(768.,0.,2047.,maxhist);            b.DrawBox(768.,0.,2047.,maxhist);
664          }          }
665          else if(nn==1){          else if(nn==1){
# Line 665  void FTrkCalibQLook_EXPERT(TString file, Line 673  void FTrkCalibQLook_EXPERT(TString file,
673            b.DrawBox(2048.,0.,2432.,maxhist);            b.DrawBox(2048.,0.,2432.,maxhist);
674            b.DrawBox(2816.,0.,2944.,maxhist);            b.DrawBox(2816.,0.,2944.,maxhist);
675          }          }
676            else if(nn==3){
677              b.SetFillColor(107);
678              b.SetFillStyle(3954);
679              b.DrawBox(2816.,0.,3070.,maxhist);
680            }
681          else if(nn==4){          else if(nn==4){
682            b.SetFillColor(107);            b.SetFillColor(107);
683            b.SetFillStyle(3954);            b.SetFillStyle(3954);
684            b.DrawBox(384.,0.,512.,maxhist);            b.DrawBox(256.,0.,512.,maxhist);
685            b.DrawBox(2816.,0.,2944.,maxhist);            b.DrawBox(2816.,0.,3070.,maxhist);
686          }          }
687          else if(nn==6){          else if(nn==6){
688            b.SetFillColor(6);            b.SetFillColor(6);
# Line 686  void FTrkCalibQLook_EXPERT(TString file, Line 699  void FTrkCalibQLook_EXPERT(TString file,
699            b.SetFillColor(107);            b.SetFillColor(107);
700            b.SetFillStyle(3954);            b.SetFillStyle(3954);
701            b.DrawBox(512.,0.,768.,maxhist);            b.DrawBox(512.,0.,768.,maxhist);
702              b.DrawBox(1024.,0.,1535.,maxhist);
703          }          }
704          else if(nn==8){          else if(nn==8){
705            b.SetFillColor(107);            b.SetFillColor(107);

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

  ViewVC Help
Powered by ViewVC 1.1.23