Changeset 4660


Ignore:
Timestamp:
08/17/04 16:34:30 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4659 r4660  
    2424
    2525   * 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
    2728     - set the version nr from 3 to 4
    2829
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h

    r4335 r4660  
    2525public:
    2626
    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
    2934 
    3035protected:
     
    9095  void  SetPulserColor         ( const PulserColor_t col=kCT1 )  { fPulserColor = col; }
    9196 
    92   ClassDef(MCalibrationCam, 3)  // Base class Container for Calibration Results Camera
     97  ClassDef(MCalibrationCam, 4)  // Base class Container for Calibration Results Camera
    9398};
    9499
Note: See TracChangeset for help on using the changeset viewer.