Subversion Repositories f9daq

Rev

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

#ifndef _DrsChannel_
#define _DrsChannel_
typedef struct  {
                                                                float cfrac;
                                                                float threshold;
                                                                float twin[2];
                                                                float adcgate[2];
                                                                float vcut[2];
                                                                int edge;
                                                                float offset;
                                                                float ymin,ymax;
} DrsChannel;

#endif