Loading [MathJax]/jax/input/TeX/config.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
ForwardDetectors
LUCID
LUCID_Cnv
LUCID_EventTPCnv
LUCID_EventTPCnv
LUCID_Digit_p1.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_P1_H
6
#define LUCID_DIGIT_P1_H
7
8
class
LUCID_Digit_p1
{
9
10
public
:
11
12
LUCID_Digit_p1
() {
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
};
21
22
friend
class
LUCID_DigitCnv_p1
;
23
24
private
:
25
26
unsigned
short
m_tubeID
;
27
unsigned
short
m_npe
;
28
unsigned
short
m_npeGas
;
29
unsigned
short
m_npePmt
;
30
unsigned
short
m_qdc
;
31
unsigned
short
m_tdc
;
32
};
33
34
#endif
LUCID_Digit_p1::LUCID_Digit_p1
LUCID_Digit_p1()
Definition:
LUCID_Digit_p1.h:12
LUCID_Digit_p1
Definition:
LUCID_Digit_p1.h:8
LUCID_DigitCnv_p1
Definition:
LUCID_DigitCnv_p1.h:14
LUCID_Digit_p1::m_tdc
unsigned short m_tdc
Definition:
LUCID_Digit_p1.h:31
LUCID_Digit_p1::m_npeGas
unsigned short m_npeGas
Definition:
LUCID_Digit_p1.h:28
LUCID_Digit_p1::m_npe
unsigned short m_npe
Definition:
LUCID_Digit_p1.h:27
LUCID_Digit_p1::m_qdc
unsigned short m_qdc
Definition:
LUCID_Digit_p1.h:30
LUCID_Digit_p1::m_tubeID
unsigned short m_tubeID
Definition:
LUCID_Digit_p1.h:26
LUCID_Digit_p1::m_npePmt
unsigned short m_npePmt
Definition:
LUCID_Digit_p1.h:29
Generated on Tue Apr 1 2025 21:14:20 for ATLAS Offline Software by
1.8.18