Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #ifndef __PACKET_GL1_EVCLOCKS__
0002 #define __PACKET_GL1_EVCLOCKS__
0003 
0004 #include <packet_w124.h>
0005 
0006 /**
0007    This is the packet which deals with data in GL1 format.
0008    It inherits from Packet\_w4 because the data are 32bit entities.
0009 */
0010 #ifndef __CINT__
0011 class WINDOWSEXPORT Packet_gl1_evclocks : public Packet_w4 {
0012 #else
0013 class  Packet_gl1_evclocks : public Packet_w4 {
0014 #endif
0015 public:
0016   Packet_gl1_evclocks(PACKET_ptr);
0017   ~Packet_gl1_evclocks();
0018  virtual int  iValue(const int channel, const char *what);
0019  virtual int  iValue(const int channel, const int what);
0020  virtual void dump ( OSTREAM& );
0021 
0022 protected:
0023  enum GL1_Evclock_Types {EVCLOCK,PARVECT};
0024  virtual int *decode (int *);
0025 };
0026 
0027 #endif /* __PACKET_GL1_EVCLOCKS__ */
0028 
0029 
0030 
0031 
0032 
0033 
0034 
0035 
0036 
0037 
0038 
0039 
0040 
0041 
0042 
0043 
0044