Ignore:
Timestamp:
08/01/06 14:13:34 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrateRelTimes.cc

    r7353 r7829  
    1818!   Author(s): Markus Gaug  04/2004 <mailto:markus@ifae.es>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2004
     20!   Copyright: MAGIC Software Development, 2000-2006
    2121!
    2222!
     
    4545
    4646#include "MParList.h"
    47 #include "MH.h"
    4847
    4948#include "MGeomCam.h"
     
    132131        const Float_t offset = pix.GetTimeOffset();
    133132
    134         (*fArrivalTime)[idx].SetArrivalTime(signal - offset);
     133        (*fArrivalTime)[idx].SetArrivalTime(signal-offset);
     134        (*fArrivalTime)[idx].SetLoGainUsed(sig.IsLoGainUsed());
    135135    }
    136136
Note: See TracChangeset for help on using the changeset viewer.