Changeset 4661 for trunk/MagicSoft
- Timestamp:
- 08/17/04 16:36:11 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4660 r4661 24 24 25 25 * mcalib/MCalibrationCam.[h,cc] 26 - removethe static variable gkNumPulserColors27 - take the pulser color enum out of the streamer26 - comment the static variable gkNumPulserColors 27 - take the pulser color enum and gkNumPulserColors out of the streamer 28 28 - set the version nr from 3 to 4 29 - Simplify a piece of the code dealing with the ForEach macro 29 30 30 31 * mcalib/MCalibrationChargeCam.[h,cc] -
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r4660 r4661 32 32 kNONE =4 33 33 }; //! Possible Pulser colours 34 static const Int_t gkNumPulserColors; //! Number of Pulser colours (now set to: 4) 34 35 35 36 protected:
Note:
See TracChangeset
for help on using the changeset viewer.