ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_idcstr.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_idcstr.h
1 #ifndef __PACKET_IDCSTR_H__
2 #define __PACKET_IDCSTR_H__
3 
4 
5 #include "packet_w124.h"
6 
11 #ifndef __CINT__
13 #else
14 class Packet_idcstr : public Packet_w1 {
15 #endif
16 
17 public:
19  ~Packet_idcstr();
20  int iValue(const int channel);
21  void dump ( OSTREAM& os=COUT) ;
22 
23 protected:
24  virtual int *decode (int *);
25  unsigned char *sarray;
27 
28 
29 };
30 
31 #endif /* __PACKET_IDCSTR_H__ */