Changeset 8207 for trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
- Timestamp:
- 11/02/06 17:44:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r8192 r8207 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.5 8 2006-11-01 15:48:31tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.59 2006-11-02 17:44:09 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 294 294 // 295 295 // The jitter in the hi-/lo-gain offset ssems to be around +/-0.5 296 if (deltatimehi>-0.5) 297 first = TMath::FloorNint(timehi+numh+fOffsetLoGain+fLoGainStartShift); 298 //else ??? 296 const Float_t tm = deltatimehi<0 ? -1.+fHiGainFirst : timehi; 297 first = TMath::FloorNint(tm+numh+fOffsetLoGain+fLoGainStartShift); 299 298 300 299 if (first<0)
Note:
See TracChangeset
for help on using the changeset viewer.