EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
oncsSub_iddigitizerv1.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file oncsSub_iddigitizerv1.h
1 #ifndef __ONCSSUB_IDDIGITIZERV1_H__
2 #define __ONCSSUB_IDDIGITIZERV1_H__
3 
4 #include "oncsSubevent.h"
5 
6 #ifndef __CINT__
8 #else
10 #endif
11 
12 public:
15 
16  int iValue(const int sample, const int ch);
17  int iValue(const int ,const char * what);
18  void dump ( OSTREAM& os = COUT) ;
19 
20 
21 protected:
22  int digitizer_decode ();
23 
24 
25  int _nsamples;
26  int _l1_delay;
27  int _slot_nr;
29  int _clock;
30  int _evtnr;
33 
35 
36  int array[32][128];
37 
38 };
39 
40 
41 #endif /* __ONCSSUB_IDDIGITIZERV1_H__ */