ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_cdevwcm.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_cdevwcm.h
1 #ifndef __PACKET_CDEVWCM_H__
2 #define __PACKET_CDEVWCM_H__
3 
4 #include <packet_w124.h>
5 
10 #ifndef __CINT__
12 #else
13 class Packet_cdevwcm : public Packet_w4 {
14 #endif
15 
16 public:
18 
25  int iValue(const int channel,const char *what);
26  float rValue(const int channel,const char *what);
27  float rValue(const int channel,const int y);
28 
29 
30  void dump ( OSTREAM& ) ;
31 
32 protected:
33  virtual int *decode (int *);
35  struct cdevWCMHistory *ps;
36 
37 
38 };
39 
40 #endif /* __PACKET_CDEVWCM_H__ */