ATLAS Offline Software
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 
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:195
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