Changeset 15367
- Timestamp:
- 04/19/13 01:37:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/zerosearch.h
r15119 r15367 64 64 int VerbosityLevel=0); 65 65 66 size_t calcCFDPositions( 67 vector<Region> ®ions, 68 vector<float> &cfd_data 69 ); 70 66 71 // Calculate the position (sample) of a pulses half maximum 67 72 size_t findTimeOfHalfMaxLeft( … … 77 82 size_t GetMaxPositions( 78 83 vector<Region> ®ions, 79 vector<int> & maxPositions,84 vector<int> &positions, 80 85 int VerbosityLevel); 81 86 … … 84 89 size_t GetEdgePositions( 85 90 vector<Region> ®ions, 86 vector<int> & edgePos,91 vector<int> &positions, 87 92 int VerbosityLevel); 88 93
Note:
See TracChangeset
for help on using the changeset viewer.