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_idll1v1.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_idll1v1.h
1
#ifndef __PACKET_IDLL1V1_H__
2
#define __PACKET_IDLL1V1_H__
3
4
5
#include "
packet_w124.h
"
6
7
#ifndef __CINT__
8
class
WINDOWSEXPORT
Packet_idll1v1
:
public
Packet_w4
{
9
#else
10
class
Packet_idll1v1
:
public
Packet_w4
{
11
#endif
12
13
public
:
14
Packet_idll1v1
(
PACKET_ptr
);
15
~
Packet_idll1v1
();
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
int
_evt_nr
;
26
int
_clock
;
27
28
int
_slot_nr
;
29
int
_card_nr
;
30
31
int
_nsamples
;
32
33
int
_hitbits
;
34
35
int
_even_checksum
;
36
int
_odd_checksum
;
37
38
int
_calculated_even_checksum
;
39
int
_calculated_odd_checksum
;
40
41
int
_even_checksum_ok
;
42
int
_odd_checksum_ok
;
43
44
int
_nchannels
;
45
int
_is_decoded
;
46
47
int
array
[24*13 + 13][32];
48
int
itrig_charge[4][8][32];
49
int
itrig_nhit[4][32];
50
int
itrig_time[4][4][32];
51
52
int
triggerwords[8][32];
53
};
54
55
56
#endif
/* __PACKET_IDLL1V1_H__ */
online_distribution
blob
master
newbasic
packet_idll1v1.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration