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
TrigHypothesis
TrigMuonHypo
src
TrigMufastHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMUONHYPO_TRIGMUFASTHYPOALG_H
6
#define TRIGMUONHYPO_TRIGMUFASTHYPOALG_H 1
7
8
#include "
TrigMufastHypoTool.h
"
9
#include "
DecisionHandling/HypoBase.h
"
10
11
// --------------------------------------------------------------------------------
12
// --------------------------------------------------------------------------------
13
14
class
TrigMufastHypoAlg
15
:
public
::HypoBase
16
{
17
public
:
18
19
TrigMufastHypoAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
20
21
virtual
StatusCode
initialize
()
override
;
22
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
23
24
private
:
25
26
ToolHandleArray<TrigMufastHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
27
28
SG::ReadHandleKey<xAOD::L2StandAloneMuonContainer>
m_muFastKey
{
29
this
,
"MuonL2SAInfoFromMuFastAlg"
,
"MuonL2SAInfo"
,
"Name of the input data on xAOD::L2StandAloneMuonContainer produced by MuFastSteering"
};
30
31
32
};
33
34
#endif
TrigMufastHypoAlg::TrigMufastHypoAlg
TrigMufastHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigMufastHypoAlg.cxx:16
TrigMufastHypoAlg::m_hypoTools
ToolHandleArray< TrigMufastHypoTool > m_hypoTools
Definition:
TrigMufastHypoAlg.h:26
SG::ReadHandleKey< xAOD::L2StandAloneMuonContainer >
TrigMufastHypoTool.h
TrigMufastHypoAlg::m_muFastKey
SG::ReadHandleKey< xAOD::L2StandAloneMuonContainer > m_muFastKey
Definition:
TrigMufastHypoAlg.h:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigMufastHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigMufastHypoAlg.cxx:38
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
TrigMufastHypoAlg
Definition:
TrigMufastHypoAlg.h:16
HypoBase.h
TrigMufastHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigMufastHypoAlg.cxx:25
Generated on Tue Apr 1 2025 21:21:42 for ATLAS Offline Software by
1.8.18