Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #ifndef __ONCSSUB_ID4EVT_H__
0002 #define __ONCSSUB_ID4EVT_H__
0003 
0004 #include "oncsSubevent.h"
0005 
0006 #ifndef __CINT__
0007 class WINDOWSEXPORT oncsSub_id4evt : public  oncsSubevent_w4 {
0008 #else
0009 class  oncsSub_id4evt : public  oncsSubevent_w4 {
0010 #endif
0011 
0012 public:
0013   oncsSub_id4evt( subevtdata_ptr);
0014 
0015 protected:
0016   int *decode (int *);
0017 };
0018 
0019 
0020 #endif /* __ONCSSUB_ID4EVT_H__ */