ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
packet_iddigitizerv2.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file packet_iddigitizerv2.h
1 #ifndef __PACKET_IDDIGITIZERV2_H__
2 #define __PACKET_IDDIGITIZERV2_H__
3 
4 
5 #include "packet_w124.h"
6 
7 #ifndef __CINT__
9 #else
10 class Packet_iddigitizerv2 : public Packet_w4 {
11 #endif
12 
13 public:
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 
26 
27  int _evtnr;
28  int _detid;
30  int _clock;
31 
32  int _fem_slot[4];
33  int _fem_evtnr[4];
34  int _fem_clock[4];
35 
36  int _nsamples;
38 
41 
44 
47 
50 
51  int array[32][4*64];
52 
53 };
54 
55 
56 #endif /* __PACKET_IDDIGITIZERV2_H__ */