ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_idrcpetdata.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_idrcpetdata.h
1 #ifndef __ONCSSUB_IDRCPETDATA_H__
2 #define __ONCSSUB_IDRCPETDATA_H__
3 
4 
5 #include "oncsSubevent.h"
6 
7 #ifndef __CINT__
9 #else
10 class oncsSub_idrcpetdata : public oncsSubevent_w4 {
11 #endif
12 
13 public:
16 
17  // int iValue(const int);
18  int iValue(const int,const char *);
19  double dValue(const int channel);
20  long long lValue(const int channel);
21  void dump ( OSTREAM& os = COUT) ;
22 
23 protected:
24  int *decode (int *);
25  int samples;
26  int evnr;
27  double *d_time;
28  long long *lval;
30 };
31 
32 
33 
34 #endif /* __ONCSSUB_IDRCPETDATA_H__ */