Ignore:
Timestamp:
03/31/04 10:52:35 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3614 r3617  
    179179//
    180180// Sets:
    181 // - fHGausHist.SetBins(fChargeNbins,fChargeFirst,fChargeLast);
    182 //
    183 void MHCalibrationChargeBlindPix::Init()
    184 {
    185   fHGausHist.SetBins( fChargeNbins, fChargeFirst, fChargeLast);
    186 }
    187 
    188 // --------------------------------------------------------------------------
    189 //
    190 // Sets:
    191181// - all variables to 0., except the fit result variables to -999.
    192182// - all flags to kFALSE
     
    287277// - fAPedestalFADCSlices(0);
    288278//
    289 // Calls Init()
     279// Sets Binning of the following histograms:
     280// - fHGausHist.SetBins(fChargeNbins,fChargeFirst,fChargeLast);
    290281//
    291282Bool_t MHCalibrationChargeBlindPix::SetupFill(const MParList *pList)
     
    309300  fAPedestalFADCSlices(0);
    310301 
    311   Init();
     302  fHGausHist.SetBins( fChargeNbins, fChargeFirst, fChargeLast);
    312303 
    313304  return kTRUE;
     
    349340// - blind Pixel ID
    350341//
    351 // Executes MHGausEvents::FillHistAndArray(signal)
     342// Fills the following histograms:
     343// - MHGausEvents::FillHistAndArray(signal)
    352344//
    353345// Creates MRawEvtPixelIter, jumps to blind pixel ID,
Note: See TracChangeset for help on using the changeset viewer.