ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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__
7
class
WINDOWSEXPORT
oncsSub_iddigitizerv1
:
public
oncsSubevent_w4
{
8
#else
9
class
oncsSub_iddigitizerv1
:
public
oncsSubevent_w4
{
10
#endif
11
12
public
:
13
oncsSub_iddigitizerv1
(
subevtdata_ptr
);
14
~
oncsSub_iddigitizerv1
();
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
;
28
int
_nr_modules
;
29
int
_clock
;
30
int
_evtnr
;
31
int
_nchannels
;
32
int
_slot_nr_from_data
;
33
34
int
_is_decoded
;
35
36
int
array[32][128];
37
38
};
39
40
41
#endif
/* __ONCSSUB_IDDIGITIZERV1_H__ */
online_distribution
blob
master
newbasic
oncsSub_iddigitizerv1.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:59
using
1.8.2 with
ECCE GitHub integration