/[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.8 by pam-fi, Wed Mar 5 17:00:18 2008 UTC
# Line 49  public: Line 49  public:
49  //    int       F77err;  //    int       F77err;
50      Int_t     ostatus; ///< output status      Int_t     ostatus; ///< output status
51    
52        UInt_t    nskip; ///< n.event to be skipped
53    
54      Int_t   npar;      Int_t   npar;
55      Int_t   partype[NPARMAX];      Int_t   partype[NPARMAX];
56      TString parpath[NPARMAX];      TString parpath[NPARMAX];
# Line 65  public: Line 67  public:
67  /*     bool WarningMode(){return dbg_mode.warning;}; */  /*     bool WarningMode(){return dbg_mode.warning;}; */
68  /*     bool VerboseMode(){return dbg_mode.verbose;}; */  /*     bool VerboseMode(){return dbg_mode.verbose;}; */
69            
70      void HandleCustomPar(int ncustom, char* vcustom[]);      int  HandleCustomPar(int ncustom, char* vcustom[]);
71            
72      void ProcessEvent(TrkLevel0*);      void ProcessEvent(TrkLevel0*);
73            
74      void Dump();      void Dump();
75            void PrintHelp();
76            
77  };  };
78    

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

  ViewVC Help
Powered by ViewVC 1.1.23