Ignore:
Timestamp:
02/21/04 16:32:05 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3256 r3258  
    3636  Axis_t   fAbsTimeLast;
    3737
     38  Bool_t   fSaturated;
     39
    3840  enum { kMeanTimeInFirstBin, kMeanTimeInLastBin }; // Bits to hold information about arrival time results
    3941 
     
    5860  void SetPulserFrequency(Float_t f=fgPulserFrequency);
    5961
     62  void    SetSaturated( const Bool_t b) { fSaturated = b; }
     63
    6064  // Getters
    6165  TH1F *GetHAbsTime()                       { return &fHAbsTime;  }
     
    6670  const Float_t  GetAbsTimeMean()     const;
    6771  const Float_t  GetAbsTimeRms()      const;
     72
     73  const Bool_t   IsSaturated()        const { return fSaturated;   }
    6874
    6975  void ChangeHistId(Int_t i);
Note: See TracChangeset for help on using the changeset viewer.