Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODMUONCNV_MUONSEGMENTCNVALG_H
6 #define XAODMUONCNV_MUONSEGMENTCNVALG_H
9 #include "GaudiKernel/ToolHandle.h"
42 ToolHandle<xAODMaker::IMuonSegmentConverterTool>
m_muonSegmentConverterTool{
this,
"MuonSegmentConverterTool",
"Muon::MuonSegmentConverterTool/MuonSegmentConverterTool"};
47 #endif // XAODCREATORALGS_MUONCREATOR_H
SG::ReadHandleKey< Trk::SegmentCollection > m_muonSegmentLocation
MuonSegmentCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
virtual StatusCode initialize() override
Function initialising the algorithm.
ToolHandle< xAODMaker::IMuonSegmentConverterTool > m_muonSegmentConverterTool
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< xAOD::MuonSegmentContainer > m_xaodContainerName
Algorithm creating xAOD::MuonSegments from MuonSegments.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.