Changeset 4661 for trunk/MagicSoft


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4660 r4661  
    2424
    2525   * mcalib/MCalibrationCam.[h,cc]
    26      - remove the static variable gkNumPulserColors
    27      - take the pulser color enum out of the streamer
     26     - comment the static variable gkNumPulserColors
     27     - take the pulser color enum and gkNumPulserColors out of the streamer
    2828     - set the version nr from 3 to 4
     29     - Simplify a piece of the code dealing with the ForEach macro
    2930
    3031   * mcalib/MCalibrationChargeCam.[h,cc]
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h

    r4660 r4661  
    3232        kNONE =4
    3333        };                                  //! Possible Pulser colours
     34  static const Int_t gkNumPulserColors;     //! Number of Pulser colours (now set to: 4)
    3435 
    3536protected:
Note: See TracChangeset for help on using the changeset viewer.