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_EventCnv
ALFA_EventTPCnv
ALFA_EventTPCnv
ALFA_LocRecEvent_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_LocRecEvent_p1_h
6
#define ALFA_LocRecEvent_p1_h
7
8
#include <vector>
9
10
class
ALFA_LocRecEvent_p1
11
{
12
public
:
13
// needed by athenaRoot
14
ALFA_LocRecEvent_p1
()
15
{
16
m_iAlgoNum
=-1;
17
m_pot_num
=-1;
18
m_x
=-9999.0;
19
m_y
=-9999.0;
20
21
m_fOverU
=-9999.0;
22
m_fOverV
=-9999.0;
23
m_iNumU
=-1;
24
m_iNumV
=-1;
25
};
26
friend
class
ALFA_LocRecEventCnv_p1
;
27
28
private
:
29
30
int
m_iAlgoNum
;
31
int
m_pot_num
;
32
float
m_x
;
33
float
m_y
;
34
35
float
m_fOverU
;
36
float
m_fOverV
;
37
int
m_iNumU
;
38
int
m_iNumV
;
39
std::vector<int>
m_iFibSel
;
40
};
41
42
43
#endif
44
ALFA_LocRecEvent_p1::m_x
float m_x
Definition:
ALFA_LocRecEvent_p1.h:32
ALFA_LocRecEvent_p1::m_fOverV
float m_fOverV
Definition:
ALFA_LocRecEvent_p1.h:36
ALFA_LocRecEvent_p1
Definition:
ALFA_LocRecEvent_p1.h:11
ALFA_LocRecEvent_p1::m_iFibSel
std::vector< int > m_iFibSel
Definition:
ALFA_LocRecEvent_p1.h:39
ALFA_LocRecEvent_p1::ALFA_LocRecEvent_p1
ALFA_LocRecEvent_p1()
Definition:
ALFA_LocRecEvent_p1.h:14
ALFA_LocRecEventCnv_p1
Definition:
ALFA_LocRecEventCnv_p1.h:17
ALFA_LocRecEvent_p1::m_fOverU
float m_fOverU
Definition:
ALFA_LocRecEvent_p1.h:35
ALFA_LocRecEvent_p1::m_iNumV
int m_iNumV
Definition:
ALFA_LocRecEvent_p1.h:38
ALFA_LocRecEvent_p1::m_pot_num
int m_pot_num
Definition:
ALFA_LocRecEvent_p1.h:31
ALFA_LocRecEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition:
ALFA_LocRecEvent_p1.h:30
ALFA_LocRecEvent_p1::m_y
float m_y
Definition:
ALFA_LocRecEvent_p1.h:33
ALFA_LocRecEvent_p1::m_iNumU
int m_iNumU
Definition:
ALFA_LocRecEvent_p1.h:37
Generated on Thu Mar 20 2025 21:07:02 for ATLAS Offline Software by
1.8.18