Changeset 4660
- Timestamp:
- 08/17/04 16:34:30 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4659 r4660 24 24 25 25 * mcalib/MCalibrationCam.[h,cc] 26 - comment the static variables and take them out of the streamer 26 - remove the static variable gkNumPulserColors 27 - take the pulser color enum out of the streamer 27 28 - set the version nr from 3 to 4 28 29 -
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r4335 r4660 25 25 public: 26 26 27 enum PulserColor_t { kCT1=0, kGREEN=1, kBLUE=2, kUV=3, kNONE=4 }; // Possible Pulser colours 28 static const Int_t gkNumPulserColors; // Number of Pulser colours (now set to: 4) 27 enum PulserColor_t { 28 kCT1 =0, 29 kGREEN=1, 30 kBLUE =2, 31 kUV =3, 32 kNONE =4 33 }; //! Possible Pulser colours 29 34 30 35 protected: … … 90 95 void SetPulserColor ( const PulserColor_t col=kCT1 ) { fPulserColor = col; } 91 96 92 ClassDef(MCalibrationCam, 3) // Base class Container for Calibration Results Camera97 ClassDef(MCalibrationCam, 4) // Base class Container for Calibration Results Camera 93 98 }; 94 99
Note:
See TracChangeset
for help on using the changeset viewer.