Changeset 6013 for trunk/MagicSoft/Mars/mcalib/MCalibColorSet.h
- Timestamp:
- 01/26/05 00:58:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.h
r5690 r6013 6 6 #endif 7 7 8 #ifndef MARS_MCalibrationCam 9 #include "MCalibrationCam.h" 10 #endif 11 8 12 class MParList; 13 class MCalibrationPattern; 9 14 class MRawEvtHeader; 10 15 … … 17 22 static const UInt_t gkFirstRunWithFinalBits; //! Run number of first functionning digital modules 18 23 19 MRawEvtHeader *fHeader; //! Event header with the pulse pattern information 24 MCalibrationPattern *fPattern; //! Calibration Pattern with the pulse pattern information 25 MRawEvtHeader *fHeader; //! Event header with the project name 20 26 21 UInt_t fPattern; // Current pulse pattern22 Bool_t fIsValid; // Have to set the pulse pattern?27 MCalibrationCam::PulserColor_t fColor; // Pulser Color to be set 28 Float_t fStrength; // Pulser Strength to be set 23 29 24 void CheckAndSet(const TString &str, const char *regexp, UInt_t &pattern, UInt_t pat, Int_t &color, Int_t col) const; 30 Bool_t fIsValid; // Have to set the pulse pattern? 31 32 void CheckAndSet(const TString &str, const char *regexp, MCalibrationCam::PulserColor_t col, Float_t strength); 25 33 26 34 Bool_t ReInit(MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.