EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_cdevdvm.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_cdevdvm.h
1 #ifndef __PACKET_CDEVDVM_H__
2 #define __PACKET_CDEVDVM_H__
3 
4 
5 #include <packet_w124.h>
6 
29 #ifndef __CINT__
31 #else
32 class Packet_cdevdvm : public Packet_w4 {
33 #endif
34 
35 public:
37  virtual void dump ( OSTREAM& ) ;
38  virtual double dValue(const int channel,const char *what);
39  virtual float fValue(const int channel,const char *what); // ?? TKH ??
40  virtual float rValue(const int channel,const char *what);
41 
42 protected:
43  virtual int *decode (int *);
44  struct cdevDvmData *ps;
45  int decoded;
46 };
47 
48 #endif /* __PACKET_CDEVDVM_H__ */