Changeset 6798 for trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
- Timestamp:
- 03/09/05 12:24:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r6532 r6798 131 131 132 132 *fLog << flush << inf; 133 Print();134 135 133 return kTRUE; 136 134 } … … 219 217 fLoGainFirstSave = fLoGainFirst; 220 218 const Byte_t logainstart = sathi 221 ? sathi + (Int_t)fLoGainStartShift219 ? (sathi > (Int_t)fLoGainStartShift ? sathi + (Int_t)fLoGainStartShift : fLoGainFirst) 222 220 : (Byte_t)(timehi + fLoGainStartShift); 223 221 fLoGainFirst = logainstart > fLoGainFirstSave ? logainstart : fLoGainFirstSave;
Note:
See TracChangeset
for help on using the changeset viewer.