Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONTRUTHSEGMENTMAKER_TruthSegToTruthPartAssocAlg_H
5 #define MUONTRUTHSEGMENTMAKER_TruthSegToTruthPartAssocAlg_H
26 using AthReentrantAlgorithm::AthReentrantAlgorithm;
36 Gaudi::Property<std::vector<std::string>>
m_simHitIds{
this,
"SimHitIds", {}};
Property holding a SG store/key/clid from which a ReadHandle is made.
The TruthSegToTruthPartAssocAlg associates the TruthSegments with the primary TruthParticle from the ...
SG::WriteDecorHandleKey< xAOD::MuonSegmentContainer > m_truthLinkKey
Key of the truthParticleLink decorated onto the segment.
An algorithm that can be simultaneously executed in multiple threads.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
IdHelperSvc to decode the Identifiers.
virtual StatusCode initialize() override final
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Gaudi::Property< std::vector< std::string > > m_simHitIds
List of simHit id decorations to read from the truth particle.
SG::ReadDecorHandleKeyArray< xAOD::TruthParticleContainer > m_simHitKeys
Declaration of the dependency on the simHit decorations.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_segLinkKey
Declaration of the segmentLink to the truth particle.
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKey< xAOD::MuonSegmentContainer > m_segmentKey
Key to the truth segment container to associate.
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_truthKey
Key to the truth particle container to associate.
This header ties the generic definitions in this package.