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
ForwardDetectors
ALFA
ALFA_RawEv
ALFA_RawEv
ALFA_ODDigit.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 ALFA_ODDigit_h
6
#define ALFA_ODDigit_h
7
8
class
ALFA_ODDigit
{
9
10
public
:
11
12
ALFA_ODDigit
();
13
ALFA_ODDigit
(
const
unsigned
short
station,
const
unsigned
short
side
,
const
unsigned
short
plate,
const
unsigned
short
fiber);
14
15
inline
unsigned
short
getStation
()
const
{
return
m_station
; }
16
inline
unsigned
short
getSide
()
const
{
return
m_side
; }
17
inline
unsigned
short
getPlate
()
const
{
return
m_plate
; }
18
inline
unsigned
short
getFiber
()
const
{
return
m_fiber
; }
19
20
private
:
21
22
unsigned
short
m_station
;
23
unsigned
short
m_side
;
24
unsigned
short
m_plate
;
25
unsigned
short
m_fiber
;
26
};
27
28
#endif
ALFA_ODDigit::getStation
unsigned short getStation() const
Definition:
ALFA_ODDigit.h:15
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
ALFA_ODDigit::getFiber
unsigned short getFiber() const
Definition:
ALFA_ODDigit.h:18
ALFA_ODDigit::m_station
unsigned short m_station
Definition:
ALFA_ODDigit.h:22
ALFA_ODDigit::getSide
unsigned short getSide() const
Definition:
ALFA_ODDigit.h:16
ALFA_ODDigit::ALFA_ODDigit
ALFA_ODDigit()
Definition:
ALFA_ODDigit.cxx:9
ALFA_ODDigit::m_plate
unsigned short m_plate
Definition:
ALFA_ODDigit.h:24
ALFA_ODDigit::m_fiber
unsigned short m_fiber
Definition:
ALFA_ODDigit.h:25
ALFA_ODDigit::m_side
unsigned short m_side
Definition:
ALFA_ODDigit.h:23
ALFA_ODDigit
Definition:
ALFA_ODDigit.h:8
ALFA_ODDigit::getPlate
unsigned short getPlate() const
Definition:
ALFA_ODDigit.h:17
Generated on Sun Mar 30 2025 21:07:00 for ATLAS Offline Software by
1.8.18