EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_id4evt.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_id4evt.h
1 #ifndef __PACKET_ID4EVT_H__
2 #define __PACKET_ID4EVT_H__
3 
4 
5 #include "packet_w124.h"
6 
11 #ifndef __CINT__
13 #else
14 class Packet_id4evt : public Packet_w4 {
15 #endif
16 
17 public:
19 
20 protected:
21  virtual int *decode (int *);
22 };
23 
24 #endif /* __PACKET_ID4EVT_H__ */