Subversion Repositories f9daq

Rev

Rev 208 | 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:
300 f9daq 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
 
180 f9daq 11
~drs(){};
300 f9daq 12
int histoinit(int nch, DrsChannel* d, int trgch, double ymin, double ymax);
180 f9daq 13
ClassDef ( drs, 1 )   //
14
};
15
 
16
#endif