|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef TRIG_MUCLUHYPOALG_H
17 #define TRIG_MUCLUHYPOALG_H
27 #include "GaudiKernel/ToolHandle.h"
29 #include "GaudiKernel/Algorithm.h"
30 #include "GaudiKernel/ServiceHandle.h"
31 #include "GaudiKernel/StatusCode.h"
66 "TrigCluCompositeContainer",
67 "HLT_MuRoICluster_Composites",
68 "output Composites container"};
77 ToolHandleArray<MuonClusterHypoTool>
m_hypoTools{
this,
"HypoTools", {},
"Hypothesis Tools"};
78 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring Tool"};
82 #endif // TRIG_MUCLUHYPO_H
Property holding a SG store/key/clid from which a ReadHandle is made.
ToolHandle< GenericMonitoringTool > m_monTool
Property holding a SG store/key/clid from which a ReadHandle is made.
MuonClusterHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
method to execute.
The Athena Transient Store API.
virtual StatusCode initialize() override
method to initialize.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_outputCompositesKey
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a WriteHandle is made.
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
~MuonClusterHypoAlg()
Destructor.
ToolHandleArray< MuonClusterHypoTool > m_hypoTools