ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_fvtx_dcm0.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_fvtx_dcm0.h
1 #ifndef __PACKET_FVTX_DCM0_H__
2 #define __PACKET_FVTX_DCM0_H__
3 
4 
5 #include <packet_w124.h>
6 
11 #ifndef __CINT__
13 #else
14 class Packet_fvtx_dcm0 : public Packet_w4 {
15 #endif
16 
17 public:
21 
48  virtual int iValue(const int channel,const char *what);
49  virtual int iValue(const int chip,const int what);
50  virtual void dump ( OSTREAM& ) ;
51 
52 
53 protected:
54  virtual int *decode (int *);
55  virtual int *decode_misc (int *);
56  int calculate_parity();
57 
61 
63 
64 
65 };
66 
67 #endif /* __PACKET_FVTX_DCM0_H__ */
68 
69 
70