Changeset 7876 for trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
- Timestamp:
- 08/16/06 16:11:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
r7126 r7876 332 332 333 333 const MArrivalTimePix &refpix = (*arrtime)[fReferencePixel]; 334 const Float_t reftime = refpix.Is LoGainUsed()334 const Float_t reftime = refpix.IsHiGainSaturated() 335 335 ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain(); 336 336 … … 347 347 const Int_t sector = (*fGeom)[i].GetSector(); 348 348 349 if (pix.Is LoGainUsed() && IsLoGain())349 if (pix.IsHiGainSaturated() && IsLoGain()) 350 350 { 351 351 const Float_t time = pix.GetArrivalTimeLoGain();
Note:
See TracChangeset
for help on using the changeset viewer.