/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkProcess.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkProcess.h

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

revision 1.2 by pam-fi, Tue May 30 16:30:36 2006 UTC revision 1.5 by pam-fi, Fri Apr 27 10:39:57 2007 UTC
# Line 6  Line 6 
6  #define trkprocess_h  #define trkprocess_h
7    
8  #include <TrkStruct.h>  #include <TrkStruct.h>
9    #include <TrkParams.h>
10  #include <TrkLevel0.h>  #include <TrkLevel0.h>
11    
12  #include <TString.h>  #include <TString.h>
13  #include <TSystem.h>  #include <TSystem.h>
14  #include <iostream>  #include <iostream>
15    
16  // extern "C" {  
 //     extern struct cTrkCalib  pedsigbad_;  
 //     extern struct cTrkLevel0 level0event_;  
 //     extern struct cTrkLevel1 level1event_;  
 //     extern struct cTrkLevel2 level2event_;  
 //     extern struct cPath      path_;  
 //     extern struct cBPath     bpath_;  
 //     extern struct cDbg       dbg_;  
 // //    int fillpedsigfromdefault_();  
 //     int readmipparam_();  
 //     int readchargeparam_();  
 //     int readvkmask_();  
 //     int readalignparam_();  
 //     int readetaparam_();  
 //     void reductionflight_(int*);  
 //     int analysisflight_();  
 // }  
17    
18  /**  /**
19   * \brief Class to handle input parameters for tracker data processing   * \brief Class to handle input parameters for tracker data processing
# Line 44  public: Line 29  public:
29    
30      ULong64_t idrun;      ULong64_t idrun;
31      Bool_t    get1;      Bool_t    get1;
32        Bool_t    full1;
33      Bool_t    get2;      Bool_t    get2;
34        Bool_t    geth;
35      TString   frame1;      TString   frame1;
36      TString   frame2;        TString   frame2;  
37        TString   frameh;  
38      Bool_t    ifroot1;      Bool_t    ifroot1;
39      Bool_t    ifroot2;      Bool_t    ifroot2;
40        Bool_t    ifrooth;
41      Bool_t    standalone;      Bool_t    standalone;
42  //    Bool_t    DEBUG;  //    Bool_t    DEBUG;
43  //    Bool_t    VERBOSE;  //    Bool_t    VERBOSE;
# Line 64  public: Line 53  public:
53            
54      TrkProcess(ULong64_t run, TFile *f2);      TrkProcess(ULong64_t run, TFile *f2);
55            
56      void SetDebugMode()  {dbg_mode.SetDebug();   dbg_=dbg_mode;};      void SetDebugMode()  {TrkParams::SetDebugMode(); dbg_mode.SetDebug();   dbg_=dbg_mode;};
57      void SetVerboseMode(){dbg_mode.SetVerbose(); dbg_=dbg_mode;};      void SetVerboseMode(){TrkParams::SetVerboseMode(); dbg_mode.SetVerbose(); dbg_=dbg_mode;};
58      void SetWarningMode(){dbg_mode.SetWarning(); dbg_=dbg_mode;};      void SetWarningMode(){TrkParams::SetWarningMode();dbg_mode.SetWarning(); dbg_=dbg_mode;};
59            
60      bool DebugMode(){return dbg_mode.debug;};      bool DebugMode(){return dbg_mode.debug;};
61      bool WarningMode(){return dbg_mode.warning;};      bool WarningMode(){return dbg_mode.warning;};

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23