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
TrigHypoCommonTools
src
L1InfoHypo.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGHYPOCOMMONTOOLS_L1INFOHYPO_H
6
#define TRIGHYPOCOMMONTOOLS_L1INFOHYPO_H
7
8
#include "GaudiKernel/ToolHandle.h"
9
10
#include "
DecisionHandling/HypoBase.h
"
11
12
#include <string>
13
#include <vector>
14
15
#include "
IL1InfoHypoTool.h
"
16
17
class
L1InfoHypo
:
public
::HypoBase
{
18
19
public
:
20
L1InfoHypo
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
24
25
private
:
26
ToolHandleArray <IL1InfoHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools that perform actual selection"
};
27
28
SG::ReadHandleKey<ROIB::RoIBResult>
m_RoIBResultKey
{
this
,
"RoIBResult"
,
"RoIBResult"
,
"Name of RoIBResult"
};
29
30
};
31
32
#endif // TRIGHYPOCOMMONTOOLS_L1INFOHYPO_H
L1InfoHypo::L1InfoHypo
L1InfoHypo(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
L1InfoHypo.cxx:13
SG::ReadHandleKey< ROIB::RoIBResult >
L1InfoHypo::m_hypoTools
ToolHandleArray< IL1InfoHypoTool > m_hypoTools
Definition:
L1InfoHypo.h:26
L1InfoHypo::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
L1InfoHypo.cxx:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
L1InfoHypo
Definition:
L1InfoHypo.h:17
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
L1InfoHypo::m_RoIBResultKey
SG::ReadHandleKey< ROIB::RoIBResult > m_RoIBResultKey
Definition:
L1InfoHypo.h:28
IL1InfoHypoTool.h
L1InfoHypo::initialize
virtual StatusCode initialize() override
Definition:
L1InfoHypo.cxx:17
HypoBase.h
Generated on Mon Apr 7 2025 21:13:24 for ATLAS Offline Software by
1.8.18