Changeset 4899 for trunk/MagicSoft/Mars/mcalib/MCalibColorSet.h
- Timestamp:
- 09/09/04 17:19:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.h
r4861 r4899 12 12 { 13 13 private: 14 static const Int_t gkIFAEBoxInaugurationRun; //! Run number of first IFAE box calibration15 14 16 MRawEvtHeader *fHeader; 15 static const Int_t gkIFAEBoxInaugurationRun; //! Run number of first IFAE box calibration (set to: 20113) 16 static const Int_t gkMCRunLimit; //! Maximum MC run number (now set to: 1000) 17 17 18 UInt_t fPattern; 19 Bool_t fIsValid; 18 MRawEvtHeader *fHeader; //! Event header with the pulse pattern information 19 20 UInt_t fPattern; // Current pulse pattern 21 Bool_t fIsValid; // Have to set the pulse pattern? 22 23 Bool_t ReInit(MParList *pList); 24 Int_t PreProcess(MParList *pList); 25 Int_t Process(); 26 27 public: 20 28 21 Bool_t ReInit(MParList *pList); 22 Int_t PreProcess(MParList *pList); 23 Int_t Process(); 24 25 public: 26 MCalibColorSet(const char *name=NULL, const char *title=NULL); 27 28 void Clear(const Option_t *o=""); 29 30 ClassDef(MCalibColorSet, 0) // Task to workaround missing colors 29 MCalibColorSet(const char *name=NULL, const char *title=NULL); 30 31 void Clear(const Option_t *o=""); 32 33 ClassDef(MCalibColorSet, 0) // Task to workaround missing colors 31 34 }; 32 35
Note:
See TracChangeset
for help on using the changeset viewer.