Loading [MathJax]/extensions/MathMenu.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_EventCnv
ALFA_EventTPCnv
ALFA_EventTPCnv
ALFA_LocRecODEvent_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 ALFA_LocRecODEvent_p1_h
6
#define ALFA_LocRecODEvent_p1_h
7
8
#include <vector>
9
10
class
ALFA_LocRecODEvent_p1
11
{
12
public
:
13
// needed by athenaRoot
14
ALFA_LocRecODEvent_p1
()
15
{
16
m_iAlgoNum
=-1;
17
m_pot_num
=-1;
18
m_side
=-1;
19
m_y
=-9999.0;
20
21
m_fOverY
=-9999.0;
22
m_iNumY
=-1;
23
};
24
friend
class
ALFA_LocRecODEventCnv_p1
;
25
26
private
:
27
28
int
m_iAlgoNum
;
29
int
m_pot_num
;
30
int
m_side
;
31
float
m_y
;
32
33
float
m_fOverY
;
34
int
m_iNumY
;
35
36
std::vector<int>
m_iFibSel
;
37
38
};
39
40
41
#endif
42
ALFA_LocRecODEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition:
ALFA_LocRecODEvent_p1.h:28
ALFA_LocRecODEventCnv_p1
Definition:
ALFA_LocRecODEventCnv_p1.h:17
ALFA_LocRecODEvent_p1
Definition:
ALFA_LocRecODEvent_p1.h:11
ALFA_LocRecODEvent_p1::m_side
int m_side
Definition:
ALFA_LocRecODEvent_p1.h:30
ALFA_LocRecODEvent_p1::m_fOverY
float m_fOverY
Definition:
ALFA_LocRecODEvent_p1.h:33
ALFA_LocRecODEvent_p1::m_iNumY
int m_iNumY
Definition:
ALFA_LocRecODEvent_p1.h:34
ALFA_LocRecODEvent_p1::m_y
float m_y
Definition:
ALFA_LocRecODEvent_p1.h:31
ALFA_LocRecODEvent_p1::m_pot_num
int m_pot_num
Definition:
ALFA_LocRecODEvent_p1.h:29
ALFA_LocRecODEvent_p1::m_iFibSel
std::vector< int > m_iFibSel
Definition:
ALFA_LocRecODEvent_p1.h:36
ALFA_LocRecODEvent_p1::ALFA_LocRecODEvent_p1
ALFA_LocRecODEvent_p1()
Definition:
ALFA_LocRecODEvent_p1.h:14
Generated on Sun Apr 6 2025 21:07:03 for ATLAS Offline Software by
1.8.18