Changeset 2792 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/13/04 17:33:04 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h
r2763 r2792 67 67 Int_t fChargeNbinsLoGain; 68 68 69 Bool_t fFitOK;70 71 69 Double_t fChargeChisquare; 72 70 Double_t fChargeProb; … … 91 89 92 90 Bool_t fUseLoGain; 91 Bool_t fFitOK; 93 92 94 93 Double_t fOffset; … … 178 177 179 178 Bool_t IsFitOK() { return fFitOK; } 179 Bool_t IsEmpty() { return !( (fHChargeHiGain->GetEntries()) 180 || (fHChargeLoGain->GetEntries()) ); } 180 181 181 182 ClassDef(MHCalibrationPixel, 1)
Note:
See TracChangeset
for help on using the changeset viewer.