ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_id2evt.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_id2evt.h
1 #ifndef __ONCSSUB_ID2EVT_H__
2 #define __ONCSSUB_ID2EVT_H__
3 
4 #include "oncsSubevent.h"
5 
6 
7 #ifndef __CINT__
9 #else
10 class oncsSub_id2evt : public oncsSubevent_w2 {
11 #endif
12 
13 public:
15 
16 protected:
17  int *decode (int *);
18 };
19 
20 
21 #endif /* __ONCSSUB_ID2EVT_H__ */