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