Changeset 14815
- Timestamp:
- 01/31/13 12:36:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/zerosearch.C
r14803 r14815 162 162 //cout << "searching from " << reg->begin << " to " << reg->end << endl; 163 163 for (unsigned int pos=reg->begin; pos <= (unsigned int)reg->end; pos++){ 164 if (data[pos] > reg->maxVal){ 164 if (data[pos] > reg->maxVal) 165 { 165 166 reg->maxVal = data[pos]; 166 167 reg->maxPos = pos;
Note:
See TracChangeset
for help on using the changeset viewer.