Changeset 4537 for trunk/MagicSoft/Mars
- Timestamp:
- 08/06/04 18:10:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
r4399 r4537 296 296 for (Int_t i=0; i<npixels; i++) 297 297 { 298 299 298 (*fHiGainArray)[i] = new MHCalibrationChargeHiGainPix; 299 InitHists((*this)[i],(*fBadPixels)[i],i); 300 300 } 301 301 } … … 326 326 327 327 hist.SetNbins(fAverageNbins); 328 hist.SetLast(2.*hist.GetLast());329 328 hist.GetHAbsTime()->SetTitle("Absolute Arrival Time average HiGain Area Idx "); 330 329 … … 492 491 const Float_t sumhi = pix.GetExtractedSignalHiGain(); 493 492 const Float_t sumlo = pix.GetExtractedSignalLoGain(); 494 493 495 494 if (!histhi.FillHistAndArray(sumhi)) 496 495 fHiGainOverFlow++; 497 496 if (!histlo.FillHistAndArray(sumlo)) 498 497 fLoGainOverFlow++; 499 498 500 499 const Int_t sathi = (Int_t)pix.GetNumHiGainSaturated(); 501 500 const Int_t satlo = (Int_t)pix.GetNumLoGainSaturated();
Note:
See TracChangeset
for help on using the changeset viewer.