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
Generators
BoostAfterburner
BoostAfterburner
BoostEvent.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 __BOOSTEVENT_H__
6
#define __BOOSTEVENT_H__
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
10
class
BoostEvent
:
public
AthAlgorithm
11
{
12
public
:
13
BoostEvent
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
14
StatusCode
initialize
();
15
StatusCode
execute
();
16
StatusCode
finalize
();
17
18
private
:
19
std::string
m_inkey
;
20
std::string
m_outkey
;
21
double
m_beta_x
;
22
double
m_beta_y
;
23
double
m_beta_z
;
24
25
26
27
28
};
29
30
31
#endif
BoostEvent::finalize
StatusCode finalize()
Definition:
BoostEvent.cxx:93
AthAlgorithm.h
BoostEvent::execute
StatusCode execute()
Definition:
BoostEvent.cxx:32
BoostEvent::m_beta_x
double m_beta_x
Definition:
BoostEvent.h:21
BoostEvent::m_beta_y
double m_beta_y
Definition:
BoostEvent.h:22
BoostEvent
Definition:
BoostEvent.h:11
BoostEvent::m_outkey
std::string m_outkey
Definition:
BoostEvent.h:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
BoostEvent::m_beta_z
double m_beta_z
Definition:
BoostEvent.h:23
AthAlgorithm
Definition:
AthAlgorithm.h:47
BoostEvent::m_inkey
std::string m_inkey
Definition:
BoostEvent.h:19
BoostEvent::initialize
StatusCode initialize()
Definition:
BoostEvent.cxx:20
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
BoostEvent::BoostEvent
BoostEvent(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
BoostEvent.cxx:11
Generated on Thu Apr 17 2025 21:07:50 for ATLAS Offline Software by
1.8.18