/[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.15 by pam-fi, Mon Oct 30 17:45:36 2006 UTC revision 1.17 by pam-fi, Sat Dec 2 16:12:47 2006 UTC
# Line 2  Line 2 
2   *  FTrkScanQlook_EXPERT.cxx   *  FTrkScanQlook_EXPERT.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r14   * version v1r16
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 535  void FTrkScanQLook_EXPERT(TString file, Line 535  void FTrkScanQLook_EXPERT(TString file,
535              b.SetFillStyle(3954);              b.SetFillStyle(3954);
536              b.DrawBox(512.,-500.,768.,4500.);              b.DrawBox(512.,-500.,768.,4500.);
537            }            }
538              else if(nn==8){
539                b.SetFillColor(107);
540                b.SetFillStyle(3954);
541                b.DrawBox(512.,-500.,768.,4500.);
542              }
543            else if(nn==9){            else if(nn==9){
544              b.SetFillColor(107);              b.SetFillColor(107);
545              b.SetFillStyle(3954);              b.SetFillStyle(3954);
546              b.DrawBox(256.,-500.,384.,4500);              b.DrawBox(256.,-500.,384.,4500.);
547              }
548              else if(nn==10){
549                b.SetFillColor(107);
550                b.SetFillStyle(3954);
551                b.DrawBox(2560.,-500.,3070.,4500.);
552            }            }
553            else if(nn==11){            else if(nn==11){
554              b.SetFillColor(6);              b.SetFillColor(6);
# Line 547  void FTrkScanQLook_EXPERT(TString file, Line 557  void FTrkScanQLook_EXPERT(TString file,
557                    
558              b.SetFillColor(107);              b.SetFillColor(107);
559              b.SetFillStyle(3954);              b.SetFillStyle(3954);
560              b.DrawBox(0.,-500.,512.,4500);              b.DrawBox(0.,-500.,512.,4500.);
561              b.DrawBox(1920.,-500.,2560.,4500);              b.DrawBox(1920.,-500.,2560.,4500.);
562            }            }
563            c1[e]->Update();            c1[e]->Update();
564          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.23