Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 299 → Rev 300

/drs/drs.h
4,9 → 4,12
class drs {
public:
drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int first=0, int nev=1000, int updfrq=20 );
 
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 );
 
 
~drs(){};
int histoinit(int nch, DrsChannel* d, int trgch);
int histoinit(int nch, DrsChannel* d, int trgch, double ymin, double ymax);
ClassDef ( drs, 1 ) //
};