ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_iddrs4v1.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_iddrs4v1.h
1 #ifndef __ONCSSUB_IDDRS4V1_H__
2 #define __ONCSSUB_IDDRS4V1_H__
3 
4 #include "oncsSubevent.h"
5 
6 #ifndef __CINT__
8 #else
9 class oncsSub_iddrs4v1 : public oncsSubevent_w4 {
10 #endif
11 
12 public:
15 
16  int iValue(const int,const char *);
17  float rValue(const int,const char *);
18  float rValue(const int,const int );
19  void dump ( OSTREAM& os = COUT) ;
20 
21 protected:
22  int *decode (int *);
23  float *wave;
24  int samples;
26  int channel_offset[4];
27 
28 };
29 
30 
31 #endif /* __ONCSSUB_IDDRS4V1_H__ */