/[PAMELA software]/quicklook/tracker/flight/macros/FTrkScanQLook_EXPERT.cxx
ViewVC logotype

Diff of /quicklook/tracker/flight/macros/FTrkScanQLook_EXPERT.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by pam-fi, Thu Jul 13 10:13:37 2006 UTC revision 1.10 by pam-fi, Mon Aug 28 14:33:19 2006 UTC
# Line 2  Line 2 
2   *  FTrkScanQlook_EXPERT.cxx   *  FTrkScanQlook_EXPERT.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r06   * version v1r10
6   * Parameters:   * Parameters:
7   *      file - the path to the root file to analyze   *      file - the path to the root file to analyze
8   *      outdir - total path of output file   *      outdir - total path of output file
# Line 462  void FTrkScanQLook_EXPERT(TString file, Line 462  void FTrkScanQLook_EXPERT(TString file,
462        }        }
463            
464        TBox b;        TBox b;
       b.SetFillColor(6);  
       b.SetFillStyle(3945);  
465    
466        c1[e]->cd();                  c1[e]->cd();          
467        trkpadtext[nn]->Draw();        trkpadtext[nn]->Draw();
# Line 492  void FTrkScanQLook_EXPERT(TString file, Line 490  void FTrkScanQLook_EXPERT(TString file,
490        if(imax[nn]==1) histomax[nn][e]->Draw("same][");        if(imax[nn]==1) histomax[nn][e]->Draw("same][");
491        histocomp[nn][e]->Draw("axis same");        histocomp[nn][e]->Draw("axis same");
492        if(nn==1){        if(nn==1){
493          b.DrawBox(2816.,-500.,3060.,4500.);          b.SetFillColor(6);
494            b.SetFillStyle(3945);
495            b.DrawBox(2944.,-500.,3060.,4500.);
496            
497            b.SetFillColor(107);
498            b.SetFillStyle(3954);
499            b.DrawBox(2816.,-500.,2944.,4500.);
500            b.DrawBox(2048.,-500.,2176.,4500.);
501          }
502          else if(nn==4){
503            b.SetFillColor(107);
504            b.SetFillStyle(3954);
505            b.DrawBox(384.,-500.,512.,4500.);
506        }        }
507        else if(nn==6){        else if(nn==6){
508            b.SetFillColor(6);
509            b.SetFillStyle(3945);
510          b.DrawBox(2560.,-500.,2816.,4500.);          b.DrawBox(2560.,-500.,2816.,4500.);
511            b.DrawBox(1024.,-500.,1535.,4500.);
512            
513            b.SetFillColor(107);
514            b.SetFillStyle(3954);
515            b.DrawBox(512.,-500.,768.,4500.);
516            b.DrawBox(1536.,-500.,1792.,4500.);
517          }
518          else if(nn==7){
519            b.SetFillColor(107);
520            b.SetFillStyle(3954);
521          b.DrawBox(512.,-500.,768.,4500.);          b.DrawBox(512.,-500.,768.,4500.);
         b.DrawBox(1024.,-500.,1792.,4500.);  
522        }        }
523        else if(nn==11){        else if(nn==11){
524            b.SetFillColor(6);
525            b.SetFillStyle(3945);
526          b.DrawBox(768.,-500.,1024.,4500.);          b.DrawBox(768.,-500.,1024.,4500.);
527            
528            b.SetFillColor(107);
529            b.SetFillStyle(3954);
530            b.DrawBox(0.,-500.,512.,4500);
531            b.DrawBox(1920.,-500.,2048.,4500);
532        }        }
533        c1[e]->Update();        c1[e]->Update();
534        

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.23