ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardDetectors
LUCID
LUCID_Cnv
LUCID_EventTPCnv
LUCID_EventTPCnv
LUCID_Digit_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LUCID_DIGIT_P2_H
6
#define LUCID_DIGIT_P2_H
7
8
class
LUCID_Digit_p2
{
9
10
public
:
11
12
LUCID_Digit_p2
() {
13
14
m_tubeID
= 0;
15
m_npe
= 0;
16
m_npeGas
= 0;
17
m_npePmt
= 0;
18
m_qdc
= 0;
19
m_tdc
= 0;
20
m_isHit
= 0;
21
};
22
23
friend
class
LUCID_DigitCnv_p2
;
24
25
private
:
26
27
unsigned
short
m_tubeID
;
28
double
m_npe
;
29
unsigned
short
m_npeGas
;
30
unsigned
short
m_npePmt
;
31
unsigned
short
m_qdc
;
32
unsigned
short
m_tdc
;
33
bool
m_isHit
;
34
};
35
36
#endif
LUCID_Digit_p2::LUCID_Digit_p2
LUCID_Digit_p2()
Definition
LUCID_Digit_p2.h:12
LUCID_Digit_p2::m_tdc
unsigned short m_tdc
Definition
LUCID_Digit_p2.h:32
LUCID_Digit_p2::m_npePmt
unsigned short m_npePmt
Definition
LUCID_Digit_p2.h:30
LUCID_Digit_p2::m_isHit
bool m_isHit
Definition
LUCID_Digit_p2.h:33
LUCID_Digit_p2::m_npeGas
unsigned short m_npeGas
Definition
LUCID_Digit_p2.h:29
LUCID_Digit_p2::m_qdc
unsigned short m_qdc
Definition
LUCID_Digit_p2.h:31
LUCID_Digit_p2::m_npe
double m_npe
Definition
LUCID_Digit_p2.h:28
LUCID_Digit_p2::LUCID_DigitCnv_p2
friend class LUCID_DigitCnv_p2
Definition
LUCID_Digit_p2.h:23
LUCID_Digit_p2::m_tubeID
unsigned short m_tubeID
Definition
LUCID_Digit_p2.h:27
Generated on
for ATLAS Offline Software by
1.14.0