Ignore:
Timestamp:
04/19/13 01:41:40 (12 years ago)
Author:
Jens Buss
Message:
add some new parameters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/Region.h

    r14810 r15371  
    88    typedef struct
    99    {
    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)
    1925    }
    2026    Region;
Note: See TracChangeset for help on using the changeset viewer.