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_RecEv
ALFA_GloRecEv
ALFA_GloRecEv
ALFA_GloRecODEvent.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_GloRecODEvent_h
6
#define ALFA_GloRecODEvent_h
7
8
class
ALFA_GloRecODEvent
{
9
10
public
:
11
12
ALFA_GloRecODEvent
();
13
~ALFA_GloRecODEvent
();
14
15
16
ALFA_GloRecODEvent
(
int
pot_num,
int
side
,
float
y
,
float
y_slope);
17
18
inline
int
getPotNum
()
const
{
return
m_pot_num
;}
19
inline
int
getSide
()
const
{
return
m_side
;}
20
inline
float
getYposition
()
const
{
return
m_y
; }
21
inline
float
getYslope
()
const
{
return
m_y_slope
;}
22
23
private
:
24
25
int
m_pot_num
;
26
int
m_side
;
27
float
m_y
;
28
float
m_y_slope
;
29
};
30
31
#endif
ALFA_GloRecODEvent::ALFA_GloRecODEvent
ALFA_GloRecODEvent()
Definition:
ALFA_GloRecODEvent.cxx:9
ALFA_GloRecODEvent::getYslope
float getYslope() const
Definition:
ALFA_GloRecODEvent.h:21
ALFA_GloRecODEvent::m_y
float m_y
Definition:
ALFA_GloRecODEvent.h:27
ALFA_GloRecODEvent::m_pot_num
int m_pot_num
Definition:
ALFA_GloRecODEvent.h:25
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
ALFA_GloRecODEvent::m_y_slope
float m_y_slope
Definition:
ALFA_GloRecODEvent.h:28
ALFA_GloRecODEvent::getPotNum
int getPotNum() const
Definition:
ALFA_GloRecODEvent.h:18
ALFA_GloRecODEvent::getSide
int getSide() const
Definition:
ALFA_GloRecODEvent.h:19
y
#define y
ALFA_GloRecODEvent::getYposition
float getYposition() const
Definition:
ALFA_GloRecODEvent.h:20
ALFA_GloRecODEvent::m_side
int m_side
Definition:
ALFA_GloRecODEvent.h:26
ALFA_GloRecODEvent::~ALFA_GloRecODEvent
~ALFA_GloRecODEvent()
Definition:
ALFA_GloRecODEvent.cxx:18
ALFA_GloRecODEvent
Definition:
ALFA_GloRecODEvent.h:8
Generated on Thu Apr 10 2025 21:07:01 for ATLAS Offline Software by
1.8.18