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
InnerDetector
InDetDigitization
TRT_Digitization
src
TRTDigit.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRT_DIGITIZATION_TRTDIGIT_H
6
#define TRT_DIGITIZATION_TRTDIGIT_H
7
11
class
TRTDigit
{
12
public
:
13
15
TRTDigit
(
const
int
& strawID,
const
unsigned
&
digit
)
16
:
m_strawID
(strawID),
m_digit
(
digit
) {}
17
19
TRTDigit
() :
m_strawID
(0),
m_digit
(0) {}
20
21
~TRTDigit
() =
default
;
22
24
int
GetStrawID
()
const
{
return
m_strawID
; }
25
27
unsigned
GetDigit
()
const
{
return
m_digit
; }
28
29
private
:
30
int
m_strawID
;
31
unsigned
m_digit
;
32
};
33
34
#endif
TRTDigit::GetDigit
unsigned GetDigit() const
Get digit.
Definition:
TRTDigit.h:27
TRTDigit::TRTDigit
TRTDigit()
Empty, useless digit.
Definition:
TRTDigit.h:19
TRTDigit::~TRTDigit
~TRTDigit()=default
checkRpcDigits.digit
digit
Definition:
checkRpcDigits.py:186
TRTDigit::m_digit
unsigned m_digit
Digit (encoded 27 bit word)
Definition:
TRTDigit.h:31
TRTDigit
Class for TRT digits.
Definition:
TRTDigit.h:11
TRTDigit::GetStrawID
int GetStrawID() const
Get straw ID.
Definition:
TRTDigit.h:24
TRTDigit::m_strawID
int m_strawID
Straw ID
Definition:
TRTDigit.h:30
TRTDigit::TRTDigit
TRTDigit(const int &strawID, const unsigned &digit)
Construct new digit.
Definition:
TRTDigit.h:15
Generated on Thu Apr 17 2025 21:21:54 for ATLAS Offline Software by
1.8.18