Changeset 7829 for trunk/MagicSoft/Mars/mcalib/MCalibrateRelTimes.cc
- Timestamp:
- 08/01/06 14:13:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateRelTimes.cc
r7353 r7829 18 18 ! Author(s): Markus Gaug 04/2004 <mailto:markus@ifae.es> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 420 ! Copyright: MAGIC Software Development, 2000-2006 21 21 ! 22 22 ! … … 45 45 46 46 #include "MParList.h" 47 #include "MH.h"48 47 49 48 #include "MGeomCam.h" … … 132 131 const Float_t offset = pix.GetTimeOffset(); 133 132 134 (*fArrivalTime)[idx].SetArrivalTime(signal - offset); 133 (*fArrivalTime)[idx].SetArrivalTime(signal-offset); 134 (*fArrivalTime)[idx].SetLoGainUsed(sig.IsLoGainUsed()); 135 135 } 136 136
Note:
See TracChangeset
for help on using the changeset viewer.