/[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.6 by pam-fi, Mon Aug 20 16:07:14 2007 UTC revision 1.9 by pam-fi, Thu Feb 27 11:24:42 2014 UTC
# Line 32  public: Line 32  public:
32      Bool_t    full1;      Bool_t    full1;
33      Bool_t    get2;      Bool_t    get2;
34      Bool_t    geth;      Bool_t    geth;
35        Bool_t    gete;
36      TString   frame1;      TString   frame1;
37      TString   frame2;        TString   frame2;  
38      TString   frameh;        TString   frameh;  
39        TString   framee;  
40      Bool_t    ifroot1;      Bool_t    ifroot1;
41      Bool_t    ifroot2;      Bool_t    ifroot2;
42      Bool_t    ifrooth;      Bool_t    ifrooth;
43        Bool_t    ifroote;
44      Bool_t    standalone;      Bool_t    standalone;
45  //    Bool_t    DEBUG;  //    Bool_t    DEBUG;
46  //    Bool_t    VERBOSE;  //    Bool_t    VERBOSE;
# Line 49  public: Line 52  public:
52  //    int       F77err;  //    int       F77err;
53      Int_t     ostatus; ///< output status      Int_t     ostatus; ///< output status
54    
55        UInt_t    nskip; ///< n.event to be skipped
56    
57      Int_t   npar;      Int_t   npar;
58      Int_t   partype[NPARMAX];      Int_t   partype[NPARMAX];
59      TString parpath[NPARMAX];      TString parpath[NPARMAX];
# Line 65  public: Line 70  public:
70  /*     bool WarningMode(){return dbg_mode.warning;}; */  /*     bool WarningMode(){return dbg_mode.warning;}; */
71  /*     bool VerboseMode(){return dbg_mode.verbose;}; */  /*     bool VerboseMode(){return dbg_mode.verbose;}; */
72            
73      void HandleCustomPar(int ncustom, char* vcustom[]);      int  HandleCustomPar(int ncustom, char* vcustom[]);
74            
75      void ProcessEvent(TrkLevel0*);      void ProcessEvent(TrkLevel0*);
76            
77      void Dump();      void Dump();
78            void PrintHelp();
79            
80  };  };
81    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23