ATLAS Offline Software
Loading...
Searching...
No Matches
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
10
17public:
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
24private:
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(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
L1TopoOnlineMonitorHypo(const std::string &name, ISvcLocator *svcLoc)
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &eventContext) const override
ToolHandleArray< L1TopoOnlineMonitorHypoTool > m_hypoTools