Changeset 4947 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 09/10/04 22:32:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc
r4905 r4947 169 169 // - MHCalibrationCam::fAverageHiGainSectors 170 170 // 171 // Sets number of bins to MHCalibrationCam::fAverageNbins for:172 // - MHCalibrationCam::fAverageHiGainAreas, MHCalibrationCam::fAverageLoGainAreas173 // - MHCalibrationCam::fAverageHiGainSectors, MHCalibrationCam::fAverageLoGainSectors174 //175 171 Bool_t MHPedestalCam::ReInitHists(MParList *pList) 176 172 { … … 273 269 274 270 GetAverageHiGainArea(j).GetHGausHist()->SetTitle("Pedestals average Area Idx "); 275 GetAverageHiGainArea(j).SetNbins(fAverageNbins);276 271 277 272 InitPedHists((MHPedestalPix&)GetAverageHiGainArea(j),j,fExtractHiGainSlices); … … 291 286 292 287 GetAverageLoGainArea(j).GetHGausHist()->SetTitle("Pedestals average Area Idx "); 293 GetAverageLoGainArea(j).SetNbins(fAverageNbins);294 288 295 289 InitPedHists((MHPedestalPix&)GetAverageLoGainArea(j),j,fExtractLoGainSlices); … … 309 303 310 304 GetAverageHiGainSector(j).GetHGausHist()->SetTitle("Pedestals average Sector "); 311 GetAverageHiGainSector(j).SetNbins(fAverageNbins);312 305 313 306 InitPedHists((MHPedestalPix&)GetAverageHiGainSector(j),j,fExtractHiGainSlices); … … 327 320 328 321 GetAverageLoGainSector(j).GetHGausHist()->SetTitle("Pedestals average Sector "); 329 GetAverageLoGainSector(j).SetNbins(fAverageNbins);330 322 331 323 InitPedHists((MHPedestalPix&)GetAverageLoGainSector(j),j,fExtractLoGainSlices); … … 351 343 void MHPedestalCam::InitPedHists(MHPedestalPix &hist, const Int_t i, const Float_t nslices) 352 344 { 345 353 346 hist.InitBins(); 354 347 hist.ChangeHistId(i);
Note:
See TracChangeset
for help on using the changeset viewer.