- Timestamp:
- 05/06/04 09:49:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeFastSpline.cc
r3972 r3996 395 395 } 396 396 397 time = x;397 time = (Float_t)fHiGainFirst + x; 398 398 dtime = fResolution; 399 399 } … … 648 648 } 649 649 650 time = x;650 time = (Float_t)fLoGainFirst + x; 651 651 dtime = fResolution; 652 652 }
Note:
See TracChangeset
for help on using the changeset viewer.