Subversion Repositories f9daq

Rev

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

#endif