Subversion Repositories f9daq

Rev

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