Ignore:
Timestamp:
09/10/04 22:32:02 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc

    r4905 r4947  
    169169// - MHCalibrationCam::fAverageHiGainSectors
    170170//
    171 // Sets number of bins to MHCalibrationCam::fAverageNbins for:
    172 // - MHCalibrationCam::fAverageHiGainAreas, MHCalibrationCam::fAverageLoGainAreas
    173 // - MHCalibrationCam::fAverageHiGainSectors, MHCalibrationCam::fAverageLoGainSectors
    174 //
    175171Bool_t MHPedestalCam::ReInitHists(MParList *pList)
    176172{
     
    273269
    274270        GetAverageHiGainArea(j).GetHGausHist()->SetTitle("Pedestals average Area Idx ");
    275         GetAverageHiGainArea(j).SetNbins(fAverageNbins);
    276271
    277272        InitPedHists((MHPedestalPix&)GetAverageHiGainArea(j),j,fExtractHiGainSlices);
     
    291286
    292287        GetAverageLoGainArea(j).GetHGausHist()->SetTitle("Pedestals average Area Idx ");
    293         GetAverageLoGainArea(j).SetNbins(fAverageNbins);
    294288
    295289        InitPedHists((MHPedestalPix&)GetAverageLoGainArea(j),j,fExtractLoGainSlices);
     
    309303
    310304          GetAverageHiGainSector(j).GetHGausHist()->SetTitle("Pedestals average Sector ");
    311           GetAverageHiGainSector(j).SetNbins(fAverageNbins);
    312305
    313306          InitPedHists((MHPedestalPix&)GetAverageHiGainSector(j),j,fExtractHiGainSlices);
     
    327320
    328321          GetAverageLoGainSector(j).GetHGausHist()->SetTitle("Pedestals average Sector ");
    329           GetAverageLoGainSector(j).SetNbins(fAverageNbins);
    330322
    331323          InitPedHists((MHPedestalPix&)GetAverageLoGainSector(j),j,fExtractLoGainSlices);
     
    351343void MHPedestalCam::InitPedHists(MHPedestalPix &hist, const Int_t i, const Float_t nslices)
    352344{
     345
    353346  hist.InitBins();
    354347  hist.ChangeHistId(i);
Note: See TracChangeset for help on using the changeset viewer.