Rev 180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 180 | Rev 208 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | class drs {  | 
            4 | class drs {  | 
          
| - | 5 | ||
| 5 | public:  | 
            6 | public:  | 
          
| 6 | drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int nev=1000, int updfrq=20 );  | 
            7 | drs(const char *FileName, int nch, DrsChannel* ch, int trgch=0, int first=0, int nev=1000, int updfrq=20 );  | 
          
| 7 | ~drs(){};  | 
            8 | ~drs(){};  | 
          
| - | 9 | int histoinit(int nch, DrsChannel* d, int trgch);  | 
          |
| 8 | ClassDef ( drs, 1 ) //  | 
            10 | ClassDef ( drs, 1 ) //  | 
          
| 9 | };  | 
            11 | };  | 
          
| 10 | 12 | ||
| 11 | #endif | 
            13 | #endif |