Rev 208 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 208 | Rev 300 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | #define _drs_ | 
            2 | #define _drs_ | 
          
| 3 | #include "DrsChannel.h" | 
            3 | #include "DrsChannel.h" | 
          
| 4 | class drs {  | 
            4 | class drs {  | 
          
| 5 | 5 | ||
| 6 | public:  | 
            6 | public:  | 
          
| - | 7 | ||
| 7 | drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int first=0, int nev=1000, int updfrq=20 );  | 
            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 | ||
| 8 | ~drs(){};  | 
            11 | ~drs(){};  | 
          
| 9 | int histoinit(int nch, DrsChannel* d, int  | 
            12 | int histoinit(int nch, DrsChannel* d, int trgch, double ymin, double ymax);  | 
          
| 10 | ClassDef ( drs, 1 ) //  | 
            13 | ClassDef ( drs, 1 ) //  | 
          
| 11 | };  | 
            14 | };  | 
          
| 12 | 15 | ||
| 13 | #endif | 
            16 | #endif |