Index: /fact/tools/rootmacros/Region.h
===================================================================
--- /fact/tools/rootmacros/Region.h	(revision 15370)
+++ /fact/tools/rootmacros/Region.h	(revision 15371)
@@ -8,13 +8,19 @@
     typedef struct
     {
-        int begin;      // left border of search window
-        int maxPos;     // position of Maximum within search window
-        int end;        // right border of search window
-        float maxVal;   // Height of maximum within search window (in mV)
-        int halfRisingEdgePos;
-        float interceptRisingEdge;
-        float slopeOfRisingEdge;
-        int lengthOfRisingEdge;
-        int distanceEdgeToMax;
+        int     begin;      // left border of search window
+        int     maxPos;     // position of Maximum within search window
+        int     end;        // right border of search window
+        float   maxVal;   // Height of maximum within search window (in mV)
+        int     halfRisingEdgePos;
+        float   interceptRisingEdge;
+        float   slopeOfRisingEdge;
+        int     lengthOfRisingEdge;
+        int     distanceEdgeToMax;
+        int     cfdMinPos;
+        int     cfdNegZerocrossing;
+        int     cfdPosZerocrossing;
+        float   halfHeight;
+        float   maxSlope; // Height of maximum within search window (in mV)
+        int     maxSlopePos;   // Height of maximum within search window (in mV)
     }
     Region;
