Changeset 2852 for trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc
- Timestamp:
- 01/19/04 23:02:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc
r2834 r2852 278 278 279 279 280 // -------------------------------------------------------------------------281 //282 // Set the binnings and prepare the filling of the histograms283 //284 Bool_t MHCalibrationPixel::SetupFill(const MParList *plist)285 {286 287 fHChargeHiGain->Reset();288 fHTimeHiGain->Reset();289 fHChargeLoGain->Reset();290 fHTimeLoGain->Reset();291 292 return kTRUE;293 }294 295 296 280 Bool_t MHCalibrationPixel::UseLoGain() 297 281 { … … 627 611 628 612 if (fTimeChisquare > 20.) // Cannot use Probability because Ndf is sometimes < 1 629 { 630 *fLog << warn << "WARNING: Fit of the Arrival times failed ! " << endl; 631 return kFALSE; 632 } 633 613 return kFALSE; 614 634 615 return kTRUE; 635 616
Note:
See TracChangeset
for help on using the changeset viewer.