Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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__
8
class
WINDOWSEXPORT
Packet_iddigitizerv2
:
public
Packet_w4
{
9
#else
10
class
Packet_iddigitizerv2
:
public
Packet_w4
{
11
#endif
12
13
public
:
14
Packet_iddigitizerv2
(
PACKET_ptr
);
15
~
Packet_iddigitizerv2
();
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
;
29
int
_module_address
;
30
int
_clock
;
31
32
int
_fem_slot[4];
33
int
_fem_evtnr[4];
34
int
_fem_clock[4];
35
36
int
_nsamples
;
37
int
_nr_modules
;
38
39
int
_even_checksum
;
40
int
_odd_checksum
;
41
42
int
_calculated_even_checksum
;
43
int
_calculated_odd_checksum
;
44
45
int
_even_checksum_ok
;
46
int
_odd_checksum_ok
;
47
48
int
_nchannels
;
49
int
_is_decoded
;
50
51
int
array
[32][4*64];
52
53
};
54
55
56
#endif
/* __PACKET_IDDIGITIZERV2_H__ */
online_distribution
blob
master
newbasic
packet_iddigitizerv2.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration