Rev 180 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 180 | f9daq | 1 | #ifndef _drs_ |
| 2 | #define _drs_ |
||
| 3 | #include "DrsChannel.h" |
||
| 4 | class drs { |
||
| 208 | f9daq | 5 | |
| 180 | f9daq | 6 | public: |
| 208 | f9daq | 7 | drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int first=0, int nev=1000, int updfrq=20 ); |
| 180 | f9daq | 8 | ~drs(){}; |
| 208 | f9daq | 9 | int histoinit(int nch, DrsChannel* d, int trgch); |
| 180 | f9daq | 10 | ClassDef ( drs, 1 ) // |
| 11 | }; |
||
| 12 | |||
| 13 | #endif |