ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_cdevringnopol.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_cdevringnopol.h
1 #ifndef __PACKET_CDEVRINGNOPOL_H__
2 #define __PACKET_CDEVRINGNOPOL_H__
3 
4 
5 #include <packet_w124.h>
6 
16 #ifndef __CINT__
18 #else
19 class Packet_cdevringnopol : 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);
54 protected:
55  virtual int *decode (int *);
58  int decoded;
59 };
60 
61 #endif /* __PACKET_CDEVIR_H__ */