Changeset 3258 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/21/04 16:32:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePix.h
r3256 r3258 36 36 Axis_t fAbsTimeLast; 37 37 38 Bool_t fSaturated; 39 38 40 enum { kMeanTimeInFirstBin, kMeanTimeInLastBin }; // Bits to hold information about arrival time results 39 41 … … 58 60 void SetPulserFrequency(Float_t f=fgPulserFrequency); 59 61 62 void SetSaturated( const Bool_t b) { fSaturated = b; } 63 60 64 // Getters 61 65 TH1F *GetHAbsTime() { return &fHAbsTime; } … … 66 70 const Float_t GetAbsTimeMean() const; 67 71 const Float_t GetAbsTimeRms() const; 72 73 const Bool_t IsSaturated() const { return fSaturated; } 68 74 69 75 void ChangeHistId(Int_t i);
Note:
See TracChangeset
for help on using the changeset viewer.