Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_idgl1v0.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_idgl1v0.h
1 #ifndef __ONCSSUB_IDGL1V0_H__
2 #define __ONCSSUB_IDGL1V0_H__
3 
4 #include "oncsSubevent.h"
5 
6 #ifndef __CINT__
8 #else
9 class oncsSub_idgl1v0 : public oncsSubevent_w2 {
10 #endif
11 
12 public:
14 
15  int iValue(const int dummy);
16 
17 
18  long long lValue(const int hit,const char * what);
19 
20  long long lValue(const int channel, const int iy);
21 
22 
23  void dump ( OSTREAM& os = COUT);
24 
25 protected:
26  int decode ();
27 
29 
30  unsigned long long BCO;
31  unsigned long long BunchNumber;
32  unsigned long long TriggerInput;
33  unsigned long long TriggerVector;
34 
35  unsigned int packet_nr;
36 
37  unsigned long long scalers[3*64];
38 
39 
40 
41 };
42 
43 
44 #endif /* __ONCSSUB_IDGL1V0_H__ */