- Timestamp:
- 01/30/04 20:58:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
r2994 r2995 452 452 const Float_t sumlo = sig.GetExtractedSignalLoGain(); 453 453 454 Double_t mtime = 0.;454 Float_t mtime = 0.; 455 455 456 456 if (TESTBIT(fFlags,kUseTimes)) … … 465 465 else 466 466 if (sig.IsLoGainUsed()) 467 fRawEvt->GetPixelContent(mtime, pixid, NULL, 4);467 mtime = (Double_t)pixel.GetIdxMaxLoGainSample(); 468 468 else 469 fRawEvt->GetPixelContent(mtime, pixid, NULL, 3);469 mtime = (Double_t)pixel.GetIdxMaxHiGainSample(); 470 470 } 471 471
Note:
See TracChangeset
for help on using the changeset viewer.