Subversion Repositories f9daq

Rev

Rev 180 | 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.        
  6. public:
  7. drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int first=0, int nev=1000, int updfrq=20 );
  8. ~drs(){};
  9. int histoinit(int nch, DrsChannel* d, int trgch);
  10. ClassDef ( drs, 1 )   //
  11. };
  12.  
  13. #endif
  14.