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