ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_idtpcfeev1.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_idtpcfeev1.h
1 #ifndef __ONCSSUB_IDTPCFEEV1_H__
2 #define __ONCSSUB_IDTPCFEEV1_H__
3 
4 #include "oncsSubevent.h"
5 
6 #ifndef __CINT__
8 #else
9 class oncsSub_idtpcfeev1 : public oncsSubevent_w4 {
10 #endif
11 
12 public:
15 
16  int iValue(const int chip, const int ch, const int sample);
17  int iValue(const int ch, const int sample);
18  int iValue(const int ,const char * what);
19 
20  void dump ( OSTREAM& os = COUT) ;
21 
22 
23 protected:
24  int decode ();
25 
26  int _broken;
27 
28  unsigned int _is_decoded;
29  unsigned int _nchips;
30  unsigned int _nchannels;
31  unsigned int _nsamples;
32  unsigned int _bx_count;
33 
34  unsigned int array[64][1002];
35 
36 };
37 
38 
39 #endif /* __ONCSSUB_IDTPCFEEV1_H__ */