Rev 208 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
#ifndef _drs_
#define _drs_
#include "DrsChannel.h"
class drs {
public:
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, double ymin, double ymax);
ClassDef ( drs, 1 ) //
};
#endif