Back to home page

sPhenix code displayed by LXR

 
 

    


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

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