Ignore:
Timestamp:
01/19/04 23:02:57 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc

    r2834 r2852  
    278278
    279279
    280 // -------------------------------------------------------------------------
    281 //
    282 // Set the binnings and prepare the filling of the histograms
    283 //
    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 
    296280Bool_t MHCalibrationPixel::UseLoGain()
    297281{
     
    627611
    628612  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
    634615  return kTRUE;
    635616
Note: See TracChangeset for help on using the changeset viewer.