source:
fact/tools/rootmacros/Region.h@
13151
Last change on this file since 13151 was 12257, checked in by , 13 years ago | |
---|---|
|
|
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.