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/MHCalibrationRelTimePix.h

    r3625 r3636  
    1111private:
    1212
    13   static const Int_t   fgChargeNbins;      // Default for fChargeNBins  (now set to: 900   )
    14   static const Axis_t  fgChargeFirst;      // Default for fChargeFirst  (now set to: -13.5 )
    15   static const Axis_t  fgChargeLast;       // Default for fChargeLast   (now set to:  13.5 )
    16 
    17   Int_t   fChargeNbins;                   // Number of  bins used for the fHGausHist
    18   Axis_t  fChargeFirst;                   // Lower bound bin used for the fHGausHist
    19   Axis_t  fChargeLast;                    // Upper bound bin used for the fHGausHist
    20 
    21   Int_t fPixId;                           // The pixel ID
     13  static const Int_t   fgRelTimeNbins;      //! Default for MHGausEvents::fNBins  (now set to: 900   )
     14  static const Axis_t  fgRelTimeFirst;      //! Default for MHGausEvents::fFirst  (now set to: -13.5 )
     15  static const Axis_t  fgRelTimeLast;       //! Default for MHGausEvents::fLast   (now set to:  13.5 )
    2216
    2317public:
     
    2620  ~MHCalibrationRelTimePix() {}
    2721 
    28 
    2922  void Clear(Option_t *o="");
    3023  void Reset();
    31   void Init();
    32  
    33   // Setters
    34   void SetChargeNbins(const Int_t  bins =fgChargeNbins)    { fChargeNbins = bins; }
    35   void SetChargeFirst(const Axis_t first=fgChargeFirst)    { fChargeFirst = first; }
    36   void SetChargeLast( const Axis_t last =fgChargeLast)     { fChargeLast  = last; }
    37 
    38   // Others
    39   void ChangeHistId(Int_t i);
    40   void Renorm(const Float_t slicewidth);
    4124 
    4225  ClassDef(MHCalibrationRelTimePix, 1)     // Histogram class for Relative Time Calibration pixel
Note: See TracChangeset for help on using the changeset viewer.