Changeset 11427 for trunk/Mars
- Timestamp:
- 07/15/11 15:47:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msignal/MSignalCalc.cc
r9312 r11427 139 139 140 140 USample_t *ptr = raw; 141 USample_t *max = ptr+fRawEvt->GetMaxPos(i, 0, nhi );141 USample_t *max = ptr+fRawEvt->GetMaxPos(i, 0, nhi-1); 142 142 USample_t *end = ptr+nhi; 143 143 USample_t *first = max-fBefore; … … 201 201 // Area: x9 202 202 ptr = raw+nhi; 203 max = ptr+fRawEvt->GetMaxPos(i, nhi, nhi+nlo );203 max = ptr+fRawEvt->GetMaxPos(i, nhi, nhi+nlo-1); 204 204 205 205 if (*max>250) // FIXME!!!!
Note:
See TracChangeset
for help on using the changeset viewer.