source: fact/tools/rootmacros/discriminator.h@ 12205

Last change on this file since 12205 was 12195, checked in by neise, 13 years ago
erm .. not yet working.. but I want to submit it anyway
File size: 157 bytes
Line 
1
2 #ifndef __DISCRIMINATOR_H
3 #define __DISCRIMINATOR_H
4
5 typedef struct
6 {
7 int begin;
8 int maxPos;
9 int end;
10 float maxVal;
11 }
12 DiscOut;
13
14
15 #endif
16
Note: See TracBrowser for help on using the repository browser.