Loading [MathJax]/extensions/tex2jax.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
MuonSpectrometer
MuonDigitContainer
src
MdtDigit.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// MdtDigit.cxx
6
7
#include "
MuonDigitContainer/MdtDigit.h
"
8
9
MdtDigit::MdtDigit
(
const
Identifier
&
id
,
int16_t
tdc,
int16_t
adc
,
bool
isMasked):
10
MuonDigit
{
id
}, m_tdc{tdc}, m_adc{
adc
}, m_isMasked{isMasked} { }
11
12
void
MdtDigit::setTdc
(
const
int16_t
tdc) {
m_tdc
=
tdc
; }
13
void
MdtDigit::setAdc
(
const
int16_t
adc
) {
m_adc
=
adc
; }
MdtDigit::m_adc
int16_t m_adc
Definition:
MdtDigit.h:40
MdtDigit.h
MuonDigit
Definition:
MuonDigit.h:16
xAOD::int16_t
setScaleOne setStatusOne setSaturated int16_t
Definition:
gFexGlobalRoI_v1.cxx:55
MdtDigit::m_tdc
int16_t m_tdc
Definition:
MdtDigit.h:38
MdtDigit::adc
int16_t adc() const
Definition:
MdtDigit.h:28
MdtDigit::setAdc
void setAdc(const int16_t adc)
Overwrites a new adc value.
Definition:
MdtDigit.cxx:13
ReadFloatFromCool.adc
adc
Definition:
ReadFloatFromCool.py:48
MdtDigit::setTdc
void setTdc(const int16_t tdc)
Overwrites a new tdc value.
Definition:
MdtDigit.cxx:12
MdtDigit::MdtDigit
MdtDigit()=default
MdtDigit::tdc
int16_t tdc() const
Definition:
MdtDigit.h:26
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sun May 4 2025 21:13:25 for ATLAS Offline Software by
1.8.18