source: fact/tools/rootmacros/Region.h@ 13027

Last change on this file since 13027 was 12257, checked in by neise, 13 years ago
vector<Region> are returned by most of my discriminators
  • Property svn:executable set to *
File size: 151 bytes
Line 
1// file: Region.h
2#ifndef __REGION_H
3#define __REGION_H
4
5 typedef struct
6 {
7 int begin;
8 int maxPos;
9 int end;
10 float maxVal;
11 }
12 Region;
13
14
15#endif
Note: See TracBrowser for help on using the repository browser.