Changeset 8561 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 06/15/07 14:01:51 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedestalSubtractedEvt.cc
r8519 r8561 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MPedestalSubtractedEvt.cc,v 1. 4 2007-05-16 13:56:17 tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MPedestalSubtractedEvt.cc,v 1.5 2007-06-15 12:58:57 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 150 150 151 151 for (const Float_t *ptr=beg+1; ptr<=sam+last; ptr++) 152 if (* ++ptr>*max)152 if (*ptr>*max) 153 153 max = ptr; 154 154 … … 178 178 179 179 for (const Byte_t *ptr=beg+1; ptr<=sam+last; ptr++) 180 if (* ++ptr>*max)180 if (*ptr>*max) 181 181 max = ptr; 182 182
Note:
See TracChangeset
for help on using the changeset viewer.