Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_idll1v1.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_idll1v1.h
1 #ifndef __PACKET_IDLL1V1_H__
2 #define __PACKET_IDLL1V1_H__
3 
4 
5 #include "packet_w124.h"
6 
7 #ifndef __CINT__
9 #else
10 class Packet_idll1v1 : public Packet_w4 {
11 #endif
12 
13 public:
15  ~Packet_idll1v1();
16 
17  int iValue(const int sample, const int ch);
18  int iValue(const int ,const char * what);
19  void dump ( OSTREAM& os = COUT) ;
20 
21 
22 protected:
23  int decode ();
24 
25  int _evt_nr;
26  int _clock;
27 
28  int _slot_nr;
29  int _card_nr;
30 
31  int _nsamples;
32 
33  int _hitbits;
34 
37 
40 
43 
46 
47  int array[24*13 + 13][32];
48  int itrig_charge[4][8][32];
49  int itrig_nhit[4][32];
50  int itrig_time[4][4][32];
51 
52  int triggerwords[8][32];
53 };
54 
55 
56 #endif /* __PACKET_IDLL1V1_H__ */