ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_idsis3300r.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_idsis3300r.h
1 #ifndef __ONCSSUB_IDSIS3300R_H__
2 #define __ONCSSUB_IDSIS3300R_H__
3 
4 
5 #include "oncsSub_idsis3300.h"
6 #include <vector>
7 
8 #ifndef __CINT__
10 #else
12 #endif
13 
14 public:
16 
17  int iValue(const int,const int);
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 decoded;
25  std::vector<int> v[8];
26 
27 };
28 
29 
30 #endif /* __ONCSSUB_IDSIS3300R_H__ */