ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_gl1psum.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_gl1psum.h
1 #ifndef __PACKET_GL1PSUM_H__
2 #define __PACKET_GL1PSUM_H__
3 
4 #include <packet_w124.h>
5 
10 #ifndef __CINT__
12 #else
13 class Packet_gl1psum : public Packet_w4 {
14 #endif
15 public:
17  ~Packet_gl1psum();
18  virtual int iValue(const int channel, const char *what);
19  virtual int iValue(const int channel);
20  virtual void dump ( OSTREAM& );
21 
22 protected:
23  virtual int *decode (int *);
24 };
25 
26 #endif /* __PACKET_GL1PSUM_H__ */