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
Trigger
TrigSteer
TrigOutputHandling
src
HLTResultMTMakerAlg.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
HLTResultMTMakerAlg.h
"
6
7
HLTResultMTMakerAlg::HLTResultMTMakerAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator) :
8
AthReentrantAlgorithm
(
name
, pSvcLocator) {}
9
10
StatusCode
HLTResultMTMakerAlg::initialize
() {
11
ATH_CHECK
(
m_resultMaker
.retrieve() );
12
return
StatusCode::SUCCESS;
13
}
14
15
StatusCode
HLTResultMTMakerAlg::finalize
() {
16
ATH_CHECK
(
m_resultMaker
.release() );
17
return
StatusCode::SUCCESS;
18
}
19
20
StatusCode
HLTResultMTMakerAlg::execute
(
const
EventContext& context)
const
{
21
return
m_resultMaker
->makeResult(context);
22
}
HLTResultMTMakerAlg.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:74
HLTResultMTMakerAlg::finalize
virtual StatusCode finalize() override
Definition:
HLTResultMTMakerAlg.cxx:15
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_CHECK
#define ATH_CHECK
Definition:
AthCheckMacros.h:40
HLTResultMTMakerAlg::initialize
virtual StatusCode initialize() override
Definition:
HLTResultMTMakerAlg.cxx:10
HLTResultMTMakerAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
HLTResultMTMakerAlg.cxx:20
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
HLTResultMTMakerAlg::HLTResultMTMakerAlg
HLTResultMTMakerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
HLTResultMTMakerAlg.cxx:7
HLTResultMTMakerAlg::m_resultMaker
ToolHandle< HLTResultMTMaker > m_resultMaker
Definition:
HLTResultMTMakerAlg.h:25
Generated on Thu Mar 13 2025 21:11:32 for ATLAS Offline Software by
1.8.18