- Timestamp:
- 04/03/04 17:35:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.cc
r3622 r3637 105 105 // 106 106 // Sets: 107 // - the default number for fChargeNbins (fgChargeNbins)108 // - the default number for fChargeFirst (fgChargeFirst)109 // - the default number for fChargeLast (fgChargeLast)107 // - the default number for MHGausEvents::fNbins (fgChargeNbins) 108 // - the default number for MHGausEvents::fFirst (fgChargeFirst) 109 // - the default number for MHGausEvents::fLast (fgChargeLast) 110 110 // - the default number for fSinglePheCut (fgSingePheCut) 111 111 // - the default number for fNumSinglePheLimit (fgNumSinglePheLimit) … … 132 132 fTitle = title ? title : "Fill the accumulated charges and times of all Blind Pixel events and perform fits"; 133 133 134 Set ChargeNbins();135 Set ChargeFirst();136 Set ChargeLast();134 SetNbins( fgChargeNbins ); 135 SetFirst( fgChargeFirst ); 136 SetLast ( fgChargeLast ); 137 137 138 138 SetSinglePheCut(); … … 278 278 // - fAPedestalFADCSlices(0); 279 279 // 280 // Sets Binning of the following histograms: 281 // - fHGausHist.SetBins(fChargeNbins,fChargeFirst,fChargeLast); 280 // Sets Binning of the fHGausHist 282 281 // 283 282 Bool_t MHCalibrationChargeBlindPix::SetupFill(const MParList *pList) … … 301 300 fAPedestalFADCSlices(0); 302 301 303 fHGausHist.SetBins( fChargeNbins, fChargeFirst, fChargeLast);302 InitBins(); 304 303 305 304 return kTRUE; … … 403 402 CreateFourierSpectrum(); 404 403 fBlindPix->SetOscillating ( !IsFourierSpectrumOK() ); 405 404 406 405 fMeanPedestal = fSignal->GetPed(); 407 406 fMeanPedestalErr = fSignal->GetPedErr();
Note:
See TracChangeset
for help on using the changeset viewer.