Rev 301 | Go to most recent revision | Details | 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;
} DrsChannel;
#endif