ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_id4scaler.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_id4scaler.h
1 #ifndef __PACKET_ID4SCALER_H__
2 #define __PACKET_ID4SCALER_H__
3 
4 
5 #include "packet_w124.h"
6 
56 #ifndef __CINT__
58 #else
59 class Packet_id4scaler : public Packet_w4 {
60 #endif
61 
62 public:
64  int iValue(const int channel,const char *what);
65  long long lValue(const int channel, const char *what);
66 
67  virtual void dump ( OSTREAM& ) ;
68 
69 protected:
70  virtual int *decode (int *);
71 };
72 
73 #endif /* __PACKET_ID4SCALER_H__ */
74 
75 
76 
77 
78