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

Legend:

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

    r3617 r3637  
    1313private:
    1414
    15   static const Int_t   fgChargeNbins;     // Default for fChargeNBins  (now set to: 200   )
    16   static const Axis_t  fgChargeFirst;     // Default for fChargeFirst  (now set to: -0.5  )
    17   static const Axis_t  fgChargeLast;      // Default for fChargeLast   (now set to: 199.5 )
    18   static const Int_t   fgRmsChargeNbins;  // Default for fChargeNBins  (now set to: 100   )
    19   static const Axis_t  fgRmsChargeFirst;  // Default for fChargeFirst  (now set to: 0.    )
    20   static const Axis_t  fgRmsChargeLast;   // Default for fChargeLast   (now set to: 100.  )
    21   static const Int_t   fgAbsTimeNbins;    // Default for fChargeNBins  (now set to: 30    )
    22   static const Axis_t  fgAbsTimeFirst;    // Default for fChargeFirst  (now set to: -0.5  )
    23   static const Axis_t  fgAbsTimeLast;     // Default for fChargeLast   (now set to: 29.5  )
     15  static const Int_t   fgChargeNbins;     //! Default for MHGausEvents::fNBins  (now set to: 200   )
     16  static const Axis_t  fgChargeFirst;     //! Default for MHGausEvents::fFirst  (now set to: -0.5  )
     17  static const Axis_t  fgChargeLast;      //! Default for MHGausEvents::fLast   (now set to: 199.5 )
     18  static const Int_t   fgRmsChargeNbins;  //! Default for fRmsChargeNBins       (now set to: 100   )
     19  static const Axis_t  fgRmsChargeFirst;  //! Default for fRmsChargeFirst       (now set to: 0.    )
     20  static const Axis_t  fgRmsChargeLast;   //! Default for fRmsChargeLast        (now set to: 100.  )
     21  static const Int_t   fgAbsTimeNbins;    //! Default for fAbsTimeNBins         (now set to: 30    )
     22  static const Axis_t  fgAbsTimeFirst;    //! Default for fAbsTimeFirst         (now set to: -0.5  )
     23  static const Axis_t  fgAbsTimeLast;     //! Default for fAbsTimeLast          (now set to: 29.5  )
    2424
    2525  MCalibrationChargePINDiode *fPINDiode; //! Storage container of the results
     
    4747
    4848  // Setters
    49   void SetChargeNbins(const Int_t  bins =fgChargeNbins)          { fChargeNbins = bins;     }
    50   void SetChargeFirst(const Axis_t first=fgChargeFirst)          { fChargeFirst = first;    }
    51   void SetChargeLast( const Axis_t last =fgChargeLast)           { fChargeLast  = last;     }
    52  
    5349  void SetAbsTimeNbins(const Int_t  bins =fgAbsTimeNbins)        { fAbsTimeNbins = bins;    }
    5450  void SetAbsTimeFirst(const Axis_t first=fgAbsTimeFirst)        { fAbsTimeFirst = first;   }
Note: See TracChangeset for help on using the changeset viewer.