Subversion Repositories f9daq

Rev

Rev 301 | Details | Compare with Previous | Last modification | View Log | RSS feed

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