Subversion Repositories f9daq

Rev

Rev 301 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 301 Rev 316
1
#ifndef _DrsChannel_
1
#ifndef _DrsChannel_
2
#define _DrsChannel_
2
#define _DrsChannel_
3
typedef struct  {
3
typedef struct  {
4
                                                                float cfrac;
4
                                                                float cfrac;
5
                                                                float threshold;
5
                                                                float threshold;
6
                                                                float twin[2];
6
                                                                float twin[2];
7
                                                                float adcgate[2];
7
                                                                float adcgate[2];
8
                                                                float vcut[2];
8
                                                                float vcut[2];
9
                                                                int edge;
9
                                                                int edge;
10
                                                                float offset;
10
                                                                float offset;
-
 
11
                                                                float ymin,ymax;
11
} DrsChannel;
12
} DrsChannel;
12
 
13
 
13
#endif
14
#endif
14
 
15