Subversion Repositories f9daq

Rev

Rev 208 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef _drs_
#define _drs_
#include "DrsChannel.h"
class drs {
public:
drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int nev=1000, int updfrq=20 );
~drs(){};
ClassDef ( drs, 1 )   //
};

#endif