Index: fact/tools/rootmacros/Region.h
===================================================================
--- fact/tools/rootmacros/Region.h	(revision 12257)
+++ fact/tools/rootmacros/Region.h	(revision 12257)
@@ -0,0 +1,15 @@
+// file: Region.h
+#ifndef __REGION_H
+#define __REGION_H
+
+	typedef struct
+	{
+		int begin;
+		int maxPos;
+		int end;
+		float maxVal;
+	}
+	Region;
+
+
+#endif
