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