ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_cdevir.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_cdevir.h
1 #ifndef __PACKET_CDEVIR_H__
2 #define __PACKET_CDEVIR_H__
3 
4 
5 #include <packet_w124.h>
6 
16 #ifndef __CINT__
18 #else
19 class Packet_cdevir : public Packet_w4 {
20 #endif
21 
22 public:
24  virtual void dump ( OSTREAM& ) ;
25  virtual double dValue(const int channel,const char *what);
26 
27 protected:
28  virtual int *decode (int *);
29  struct cdevIrData *ps;
30 };
31 
32 #endif /* __PACKET_CDEVIR_H__ */