Changeset 15371 for fact/tools/rootmacros
- Timestamp:
- 04/19/13 01:41:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/Region.h
r14810 r15371 8 8 typedef struct 9 9 { 10 int begin; // left border of search window 11 int maxPos; // position of Maximum within search window 12 int end; // right border of search window 13 float maxVal; // Height of maximum within search window (in mV) 14 int halfRisingEdgePos; 15 float interceptRisingEdge; 16 float slopeOfRisingEdge; 17 int lengthOfRisingEdge; 18 int distanceEdgeToMax; 10 int begin; // left border of search window 11 int maxPos; // position of Maximum within search window 12 int end; // right border of search window 13 float maxVal; // Height of maximum within search window (in mV) 14 int halfRisingEdgePos; 15 float interceptRisingEdge; 16 float slopeOfRisingEdge; 17 int lengthOfRisingEdge; 18 int distanceEdgeToMax; 19 int cfdMinPos; 20 int cfdNegZerocrossing; 21 int cfdPosZerocrossing; 22 float halfHeight; 23 float maxSlope; // Height of maximum within search window (in mV) 24 int maxSlopePos; // Height of maximum within search window (in mV) 19 25 } 20 26 Region;
Note:
See TracChangeset
for help on using the changeset viewer.