Ignore:
Timestamp:
04/03/04 17:27:50 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.h

    r3613 r3636  
    1212private:
    1313
    14   static const Int_t   fgChargeNbins;     // Default for fChargeNBins (now set to: 2000  )
    15   static const Axis_t  fgChargeFirst;     // Default for fChargeFirst (now set to: -0.5  )
    16   static const Axis_t  fgChargeLast;      // Default for fChargeLast   (now set to: 1999.5)
    17   static const Int_t   fgAbsTimeNbins;    // Default for fAbsTimeNbins (now set to: 20    )
    18   static const Axis_t  fgAbsTimeFirst;    // Default for fAbsTimeFirst (now set to: -0.5  )
    19   static const Axis_t  fgAbsTimeLast;     // Default for fAbsTimeLast  (now set to: 19.5  )
     14  static const Int_t   fgChargeNbins;     // Default for MHGausEvents::fNbins (now set to: 2000  )
     15  static const Axis_t  fgChargeFirst;     // Default for MHGausEvents::fFirst (now set to: -0.5  )
     16  static const Axis_t  fgChargeLast;      // Default for MHGausEvents::fLast  (now set to: 1999.5)
     17  static const Int_t   fgAbsTimeNbins;    // Default for fAbsTimeNbins        (now set to: 20    )
     18  static const Axis_t  fgAbsTimeFirst;    // Default for fAbsTimeFirst        (now set to: -0.5  )
     19  static const Axis_t  fgAbsTimeLast;     // Default for fAbsTimeLast         (now set to: 19.5  )
    2020
    2121public:
     
    2525
    2626  // Setters
    27   void SetChargeNbins(const Int_t  bins =fgChargeNbins)          { fChargeNbins = bins;     }
    28   void SetChargeFirst(const Axis_t first=fgChargeFirst)          { fChargeFirst = first;    }
    29   void SetChargeLast (const Axis_t last =fgChargeLast)           { fChargeLast  = last;     }
    30  
    3127  void SetAbsTimeNbins(const Int_t  bins =fgAbsTimeNbins)        { fAbsTimeNbins = bins;    }
    3228  void SetAbsTimeFirst(const Axis_t first=fgAbsTimeFirst)        { fAbsTimeFirst = first;   }
Note: See TracChangeset for help on using the changeset viewer.