Back to home page

sPhenix code displayed by LXR

 
 

    


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

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