EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_cdevbuckets.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_cdevbuckets.h
1 #ifndef __PACKET_CDEVBUCKETS_H__
2 #define __PACKET_CDEVBUCKETS_H__
3 
4 
5 #include <packet_w124.h>
6 
16 #ifndef __CINT__
18 #else
19 class Packet_cdevbuckets : public Packet_w4 {
20 #endif
21 
22 public:
24  virtual void dump ( OSTREAM& ) ;
25  virtual double dValue(const int channel,const char *what);
26  virtual int iValue(const int channel,const char *what);
46 protected:
47  virtual int *decode (int *);
49  int decoded;
50 };
51 
52 #endif /* __PACKET_CDEVBUCKETS_H__ */