- Timestamp:
- 02/23/04 17:29:17 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePINDiode.h
r3248 r3266 67 67 68 68 // Getters 69 TH1F *GetHRmsCharge() { return &fHRmsCharge; }69 TH1F *GetHRmsCharge() { return &fHRmsCharge; } 70 70 const TH1F *GetHRmsCharge() const { return &fHRmsCharge; } 71 71 … … 76 76 77 77 // Fill histos 78 Bool_t FillRmsCharge( Float_t q);78 Bool_t FillRmsCharge(const Float_t q); 79 79 80 80 // Fits
Note:
See TracChangeset
for help on using the changeset viewer.