Changeset 2792
- Timestamp:
- 01/13/04 17:33:04 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2791 r2792 13 13 - add Function DrawClone() 14 14 - fix bug in calculation of integral (GetIntegral("width")) 15 - fit now with fixed normalization16 15 - restrict parameters tighter 17 16 - declare fit as not valid, if less than 100 events 18 17 in single photo-electron peak 18 19 * mcalib/MCalibrationFits.h 20 * mcalib/MHCalibrationBlindPixel.[h.cc] 21 - fit now with fixed normalization 19 22 20 23 * mcalib/MHCalibrationPixel.[h.cc] -
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.