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_fvtx_dcm0.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_fvtx_dcm0.h
1
#ifndef __PACKET_FVTX_DCM0_H__
2
#define __PACKET_FVTX_DCM0_H__
3
4
5
#include <
packet_w124.h
>
6
11
#ifndef __CINT__
12
class
WINDOWSEXPORT
Packet_fvtx_dcm0
:
public
Packet_w4
{
13
#else
14
class
Packet_fvtx_dcm0
:
public
Packet_w4
{
15
#endif
16
17
public
:
18
Packet_fvtx_dcm0
();
19
Packet_fvtx_dcm0
(
PACKET_ptr
);
20
~
Packet_fvtx_dcm0
();
21
48
virtual
int
iValue(
const
int
channel
,
const
char
*what);
49
virtual
int
iValue(
const
int
chip,
const
int
what);
50
virtual
void
dump (
OSTREAM
& ) ;
51
52
53
protected
:
54
virtual
int
*decode (
int
*);
55
virtual
int
*decode_misc (
int
*);
56
int
calculate_parity();
57
58
int
calculated_parity
;
59
int
parity_comparison
;
60
int
number_of_hits
;
61
62
int
error_code
;
63
64
65
};
66
67
#endif
/* __PACKET_FVTX_DCM0_H__ */
68
69
70
online_distribution
blob
master
newbasic
packet_fvtx_dcm0.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration