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