Ignore:
Timestamp:
04/03/04 17:35:39 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3622 r3637  
    105105//
    106106// 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)
    110110// - the default number for fSinglePheCut (fgSingePheCut)
    111111// - the default number for fNumSinglePheLimit (fgNumSinglePheLimit)
     
    132132    fTitle = title ? title : "Fill the accumulated charges and times of all Blind Pixel events and perform fits";
    133133
    134     SetChargeNbins();
    135     SetChargeFirst();
    136     SetChargeLast();
     134    SetNbins( fgChargeNbins );
     135    SetFirst( fgChargeFirst );
     136    SetLast ( fgChargeLast  );
    137137   
    138138    SetSinglePheCut();
     
    278278// - fAPedestalFADCSlices(0);
    279279//
    280 // Sets Binning of the following histograms:
    281 // - fHGausHist.SetBins(fChargeNbins,fChargeFirst,fChargeLast);
     280// Sets Binning of the fHGausHist
    282281//
    283282Bool_t MHCalibrationChargeBlindPix::SetupFill(const MParList *pList)
     
    301300  fAPedestalFADCSlices(0);
    302301 
    303   fHGausHist.SetBins( fChargeNbins, fChargeFirst, fChargeLast);
     302  InitBins();
    304303 
    305304  return kTRUE;
     
    403402  CreateFourierSpectrum();
    404403  fBlindPix->SetOscillating  ( !IsFourierSpectrumOK() );
    405  
     404
    406405  fMeanPedestal     = fSignal->GetPed();
    407406  fMeanPedestalErr  = fSignal->GetPedErr();
Note: See TracChangeset for help on using the changeset viewer.