47 return StatusCode::SUCCESS;
58 return StatusCode::SUCCESS;
67 return StatusCode::SUCCESS;
86 StatusCode
sc =
m_converterTool->convertTrigMuonEFInfoContainer( *aod, *xaodMuon, xaodCombTrackParticles, xaodExtrapTrackParticles);
97 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_WARNING(x)
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
ServiceHandle< StoreGateSvc > & evtStore()
size_type size() const noexcept
Returns the number of elements in the collection.
ToolHandle< ITrigMuonEFInfoToMuonCnvTool > m_converterTool
Tool that actually does the conversion.
std::string m_xaodExtrapTrkPartContainerName
The key for the output xAOD::TrackParticleContainer for extrapolated tracks.
virtual StatusCode execute()
Function executing the algorithm.
unsigned int m_nExtrapTrksCreated
StatusCode recordxAODContainers(const std::string &containerName, const std::string &auxContainerName, CONT &xaod, AUXCONT &aux)
Utility function to record xAOD containers.
unsigned int m_nMuonsCreated
counters
std::string m_aodContainerName
The key of the input TrigMuonEFInfoContainer.
virtual StatusCode initialize()
Function initialising the algorithm.
unsigned int m_nCombTrksCreated
std::string m_xaodCombTrkPartContainerName
The key for the output xAOD::TrackParticleContainer for combined tracks.
virtual StatusCode finalize()
Function initialising the algorithm.
std::string m_xaodMuonContainerName
The key for the output xAOD::MuonContainer.
TrigMuonEFInfoToMuonCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".
MuonAuxContainer_v5 MuonAuxContainer
Definition of the current Muon auxiliary container.
TrackParticleAuxContainer_v5 TrackParticleAuxContainer
Definition of the current TrackParticle auxiliary container.
MuonContainer_v1 MuonContainer
Definition of the current "Muon container version".