ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_iduppetdata_v104.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_iduppetdata_v104.h
1 #ifndef __ONCSSUB_IDUPPETDATA_V104_H__
2 #define __ONCSSUB_IDUPPETDATA_V104_H__
3 
4 
5 #include "oncsSubevent.h"
6 
7 #ifndef __CINT__
9 #else
11 #endif
12 
13 public:
16 
17  // int iValue(const int);
18  int iValue(const int,const char *);
19  double dValue(const int channel);
20  long long lValue(const int channel);
21  void dump ( OSTREAM& os = COUT) ;
22 
23 protected:
24  int *decode (int *);
25  int samples;
26  int evnr;
27  double *d_time;
28  long long *lval;
29  long long *tval;
30  unsigned int serialnumber;
31  unsigned int udpheader1;
32  unsigned int udpheader2;
33  unsigned int sysword;
34  unsigned int eventrate;
35  unsigned int ratcap_upenn;
36  unsigned int clock_sel;
37 
39 };
40 
41 
42 
43 #endif /* __ONCSSUB_IDUPPETDATA_V104_H__ */