ATLAS Offline Software
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:221
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 Thu Nov 7 2024 21:19:08 for ATLAS Offline Software by
1.8.18