Ignore:
Timestamp:
03/31/04 14:08:36 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3177 r3620  
    1111private:
    1212
    13   static const Int_t   fgPulserFrequency;
     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 )
    1416
    15   static const Int_t   fgChargeNbins;
    16   static const Axis_t  fgChargeFirst;
    17   static const Axis_t  fgChargeLast;
     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
    1820
    19   Int_t   fChargeNbins;
    20   Axis_t  fChargeFirst;
    21   Axis_t  fChargeLast;
    22 
    23   Int_t fPixId;                  // Pixel Nr
     21  Int_t fPixId;                           // The pixel ID
    2422
    2523public:
     
    3634  void SetChargeLast( const Axis_t last =fgChargeLast)     { fChargeLast  = last; }
    3735
    38   void SetPulserFrequency(Float_t f=fgPulserFrequency);
    39 
    4036  // Fits
    4137  void BypassFit();
     
    4541  void Renorm(const Float_t slicewidth);
    4642 
    47   //  TObject *DrawClone(Option_t *opt="") const;
    48  
    49   ClassDef(MHCalibrationRelTimePix, 1)     // Histograms for each calibrated pixel
     43  ClassDef(MHCalibrationRelTimePix, 1)     // Histogram class for Relative Time Calibration pixel
    5044};
    5145
Note: See TracChangeset for help on using the changeset viewer.