Ignore:
Timestamp:
07/26/15 22:43:17 (9 years ago)
Author:
Daniela Dorner
Message:
fixed bug in arrival time (introduced with time slope parameter)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mdrs/MCalibrateDrsTimes.cc

    r18243 r18273  
    152152            continue;
    153153
    154         const Float_t signal = (*fSignals)[sw].GetArrivalTime();
     154        const Float_t signal = (*fSignals)[sw].GetArrivalTimeHiGain();
    155155        const Float_t slope  = (*fSignals)[sw].GetArrivalTimeHiGainError();
    156156        const Float_t offset = fCalib ? fCalib->GetOffset(hw, start[hw], signal) : 0;
Note: See TracChangeset for help on using the changeset viewer.