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_GloRecEvent_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_GloRecEvent_p1_h
6
#define ALFA_GloRecEvent_p1_h
7
8
class
ALFA_GloRecEvent_p1
9
{
10
public
:
11
// needed by athenaRoot
12
ALFA_GloRecEvent_p1
()
13
{
14
m_arm
=-1;
15
m_x
=-9999.0;
16
m_y
=-9999.0;
17
m_x_slope
=-9999.0;
18
m_y_slope
=-9999.0;
19
};
20
friend
class
ALFA_GloRecEventCnv_p1
;
21
22
private
:
23
int
m_arm
;
24
float
m_x
;
25
float
m_y
;
26
float
m_x_slope
;
27
float
m_y_slope
;
28
// ALFA_LocRecCorrEvent * m_near_LocRecCorr;
29
// ALFA_LocRecCorrEvent * m_far_LocRecCorr;
30
};
31
32
#endif // ALFA_GloRecEvent_p1_h
33
ALFA_GloRecEvent_p1::m_y_slope
float m_y_slope
Definition:
ALFA_GloRecEvent_p1.h:27
ALFA_GloRecEventCnv_p1
Definition:
ALFA_GloRecEventCnv_p1.h:17
ALFA_GloRecEvent_p1::m_arm
int m_arm
Definition:
ALFA_GloRecEvent_p1.h:23
ALFA_GloRecEvent_p1
Definition:
ALFA_GloRecEvent_p1.h:9
ALFA_GloRecEvent_p1::m_x
float m_x
Definition:
ALFA_GloRecEvent_p1.h:24
ALFA_GloRecEvent_p1::ALFA_GloRecEvent_p1
ALFA_GloRecEvent_p1()
Definition:
ALFA_GloRecEvent_p1.h:12
ALFA_GloRecEvent_p1::m_x_slope
float m_x_slope
Definition:
ALFA_GloRecEvent_p1.h:26
ALFA_GloRecEvent_p1::m_y
float m_y
Definition:
ALFA_GloRecEvent_p1.h:25
Generated on Sat Apr 5 2025 21:07:03 for ATLAS Offline Software by
1.8.18