Changeset 17401
- Timestamp:
- 11/29/13 13:02:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r17394 r17401 1028 1028 // If this is a cosmic event 1029 1029 array<float, 1440*4> stats; // Mean, RMS, Max, Pos 1030 const float max = DrsCalibrate::GetPixelStats(stats.data(), vec.data(), roi );1030 const float max = DrsCalibrate::GetPixelStats(stats.data(), vec.data(), roi>10 ? roi-10 : roi, 15, 5); 1031 1031 if (evt.trgTyp==0 && max>fMaxEvent.first) 1032 1032 fMaxEvent = make_pair(max, stats);
Note:
See TracChangeset
for help on using the changeset viewer.