Changeset 2852 for trunk/MagicSoft/Mars/mcalib/MHCalibrationPINDiode.h
- Timestamp:
- 01/19/04 23:02:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationPINDiode.h
r2734 r2852 26 26 private: 27 27 28 TH1I* fHPCharge; 29 TH1F* fHErrCharge; 28 TH1I* fHPCharge; //-> Histogram containing the summed 32 PINDiode slices 29 TH1F* fHErrCharge; //-> Variance of summed FADC slices 30 30 TH1I* fHPTime; //-> Histogram with time evolution of summed charges 31 31 … … 45 45 const Double_t GetErrTime() const { return fVarGausFit->GetParameter(3); } 46 46 47 ClassDef(MHCalibrationPINDiode, 0) 47 ClassDef(MHCalibrationPINDiode, 0) // Histograms from the Calibration PIN Diode 48 48 }; 49 49
Note:
See TracChangeset
for help on using the changeset viewer.