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
TrigT1
L1Topo
L1TopoOnlineMonitoring
src
L1TopoOnlineMonitorHypo.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef L1TOPOONLINEMONITORING_L1TopoOnlineMonitorHypo_h
6
#define L1TOPOONLINEMONITORING_L1TopoOnlineMonitorHypo_h
7
8
#include "
L1TopoOnlineMonitorHypoTool.h
"
9
#include "
DecisionHandling/HypoBase.h
"
10
16
class
L1TopoOnlineMonitorHypo
:
public
HypoBase
{
17
public
:
18
L1TopoOnlineMonitorHypo
(
const
std::string&
name
, ISvcLocator* svcLoc);
19
20
// ------------------------- AthReentrantAlgorithm methods -------------------
21
virtual
StatusCode
initialize
()
override
;
22
virtual
StatusCode
execute
(
const
EventContext& eventContext)
const override
;
23
24
private
:
25
ToolHandleArray<L1TopoOnlineMonitorHypoTool>
m_hypoTools
{
26
this
,
"HypoTools"
, {},
27
"Tools to decide on accepting the event"
};
28
29
};
30
31
#endif // L1TOPOONLINEMONITORING_L1TopoOnlineMonitorHypo_h
L1TopoOnlineMonitorHypo
Hypo algorithm for L1Topo online monitoring chains accepting events with potential hardware,...
Definition:
L1TopoOnlineMonitorHypo.h:16
L1TopoOnlineMonitorHypo::execute
virtual StatusCode execute(const EventContext &eventContext) const override
Definition:
L1TopoOnlineMonitorHypo.cxx:34
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
L1TopoOnlineMonitorHypo::m_hypoTools
ToolHandleArray< L1TopoOnlineMonitorHypoTool > m_hypoTools
Definition:
L1TopoOnlineMonitorHypo.h:25
L1TopoOnlineMonitorHypo::initialize
virtual StatusCode initialize() override
Definition:
L1TopoOnlineMonitorHypo.cxx:26
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
L1TopoOnlineMonitorHypoTool.h
HypoBase.h
L1TopoOnlineMonitorHypo::L1TopoOnlineMonitorHypo
L1TopoOnlineMonitorHypo(const std::string &name, ISvcLocator *svcLoc)
Definition:
L1TopoOnlineMonitorHypo.cxx:20
Generated on Wed Apr 23 2025 21:13:48 for ATLAS Offline Software by
1.8.18