Ignore:
Timestamp:
08/17/04 16:34:30 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.