Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:40

0001 #ifndef __PACKET_GL1PSUM_H__
0002 #define __PACKET_GL1PSUM_H__
0003 
0004 #include <packet_w124.h>
0005 
0006 /**
0007    This is the packet which deals with data in GL1PSUM format.
0008    It inherits from Packet\_w4 because the data are 32bit entities.
0009 */
0010 #ifndef __CINT__
0011 class WINDOWSEXPORT Packet_gl1psum : public Packet_w4 {
0012 #else
0013 class  Packet_gl1psum : public Packet_w4 {
0014 #endif
0015 public:
0016   Packet_gl1psum(PACKET_ptr);
0017   ~Packet_gl1psum();
0018  virtual int  iValue(const int channel, const char *what);
0019  virtual int  iValue(const int channel);
0020  virtual void dump ( OSTREAM& );
0021  
0022 protected:
0023   virtual int *decode (int *);
0024 };
0025 
0026 #endif /* __PACKET_GL1PSUM_H__ */