Ignore:
Timestamp:
08/29/04 16:53:01 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

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

    r3639 r4791  
    1212private:
    1313
    14   static const Int_t   fgChargeNbins;     // Default for fNbins        (now set to: 2000  )
    15   static const Axis_t  fgChargeFirst;     // Default for fFirst        (now set to: -0.5  )
    16   static const Axis_t  fgChargeLast;      // Default for fLast         (now set to: 1999.5)
     14  static const Int_t   fgChargeNbins;     // Default for fNbins        (now set to: 1100  )
     15  static const Axis_t  fgChargeFirst;     // Default for fFirst        (now set to: -100.5  )
     16  static const Axis_t  fgChargeLast;      // Default for fLast         (now set to: 999.5)
    1717  static const Int_t   fgAbsTimeNbins;    // Default for fAbsTimeNbins (now set to: 20    )
    1818  static const Axis_t  fgAbsTimeFirst;    // Default for fAbsTimeFirst (now set to: -0.5  )
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.h

    r3639 r4791  
    1111private:
    1212
    13   static const Int_t   fgChargeNbins;      // Default for fNbins        (now set to: 200   )
    14   static const Axis_t  fgChargeFirst;      // Default for fFirst        (now set to: -0.5  )
    15   static const Axis_t  fgChargeLast;       // Default for fLast         (now set to: 199.5 )
    16   static const Int_t   fgAbsTimeNbins;     // Default for fAbsTimeNbins (now set to: 15    )
    17   static const Axis_t  fgAbsTimeFirst;     // Default for fAbsTimeFirst (now set to: -0.5  )
    18   static const Axis_t  fgAbsTimeLast;      // Default for fAbsTimeLast  (now set to: 14.5  )
     13  static const Int_t   fgChargeNbins;      //! Default for fNbins        (now set to: 650   )
     14  static const Axis_t  fgChargeFirst;      //! Default for fFirst        (now set to: -150.5  )
     15  static const Axis_t  fgChargeLast;       //! Default for fLast         (now set to: 499.5 )
     16  static const Int_t   fgAbsTimeNbins;     //! Default for fAbsTimeNbins (now set to: 15    )
     17  static const Axis_t  fgAbsTimeFirst;     //! Default for fAbsTimeFirst (now set to: -0.5  )
     18  static const Axis_t  fgAbsTimeLast;      //! Default for fAbsTimeLast  (now set to: 14.5  )
    1919
    2020public:
Note: See TracChangeset for help on using the changeset viewer.