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