Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:38

0001 #ifndef __ONCSSUB_IDUPPETPARAMS_H__
0002 #define __ONCSSUB_IDUPPETPARAMS_H__
0003 
0004 
0005 #include "oncsSubevent.h"
0006 
0007 #ifndef __CINT__
0008 class WINDOWSEXPORT oncsSub_iduppetparams : public  oncsSubevent_w4 {
0009 #else
0010 class  oncsSub_iduppetparams : public  oncsSubevent_w4 {
0011 #endif
0012 
0013 public:
0014   oncsSub_iduppetparams( subevtdata_ptr);
0015   ~oncsSub_iduppetparams();
0016 
0017   //  int    iValue(const int);
0018   int    iValue(const int,const char *);
0019   int    iValue(const int);
0020   void  dump ( OSTREAM& os = COUT) ;
0021 
0022 protected:
0023   int *decode (int *);
0024 
0025 };
0026 
0027 
0028 
0029 #endif /* __ONCSSUB_IDUPPETPARAMS_H__ */