ATLAS Offline Software
Loading...
Searching...
No Matches
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
HypoBase.h
L1TopoOnlineMonitorHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
L1TopoOnlineMonitorHypo::L1TopoOnlineMonitorHypo
L1TopoOnlineMonitorHypo(const std::string &name, ISvcLocator *svcLoc)
Definition
L1TopoOnlineMonitorHypo.cxx:20
L1TopoOnlineMonitorHypo::initialize
virtual StatusCode initialize() override
Definition
L1TopoOnlineMonitorHypo.cxx:26
L1TopoOnlineMonitorHypo::execute
virtual StatusCode execute(const EventContext &eventContext) const override
Definition
L1TopoOnlineMonitorHypo.cxx:34
L1TopoOnlineMonitorHypo::m_hypoTools
ToolHandleArray< L1TopoOnlineMonitorHypoTool > m_hypoTools
Definition
L1TopoOnlineMonitorHypo.h:25
Generated on
for ATLAS Offline Software by
1.14.0