Subversion Repositories f9daq

Rev

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

  1. #ifndef _drs_
  2. #define _drs_
  3. #include "DrsChannel.h"
  4. class drs {
  5. public:
  6. drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int nev=1000, int updfrq=20 );
  7. ~drs(){};
  8. ClassDef ( drs, 1 )   //
  9. };
  10.  
  11. #endif
  12.