- Timestamp:
- 07/14/05 16:03:32 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc
r7028 r7189 464 464 465 465 if (npix > fNumPixelsRequired) 466 GetAverageHiGainArea(j).FillHist(fSumhiarea[j]/npix); 466 { 467 if (IsOscillations()) 468 GetAverageHiGainArea(j).FillHistAndArray(fSumhiarea[j]/npix); 469 else 470 GetAverageHiGainArea(j).FillHist(fSumhiarea[j]/npix); 471 472 } 467 473 } 468 474 … … 473 479 474 480 if (npix > 0) 475 GetAverageHiGainSector(j).FillHist(fSumhisector [j]/npix); 481 { 482 if (IsOscillations()) 483 GetAverageHiGainSector(j).FillHistAndArray(fSumhisector [j]/npix); 484 else 485 GetAverageHiGainSector(j).FillHist(fSumhisector [j]/npix); 486 } 476 487 } 477 488 … … 560 571 { 561 572 *fLog << dbginf << GetDescriptor() << ": ID " << GetName() 573 << " "<<pix.GetPixId() 562 574 << " Mean: " << hist.GetMean () 563 575 << " MeanErr: " << hist.GetMeanErr ()
Note:
See TracChangeset
for help on using the changeset viewer.