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