 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONTRUTHSEGMENTMAKER_TrackToTruthPartAssocAlg_H
5 #define MUONTRUTHSEGMENTMAKER_TrackToTruthPartAssocAlg_H
26 using AthReentrantAlgorithm::AthReentrantAlgorithm;
53 Gaudi::Property<std::vector<std::string>>
m_simHitIds{
this,
"SimHitIds", {}};
TruthDecor_t m_truMuOriginKey
TrkWriteDecorKey_t m_originWriteKey
Decorations to be written to the TrackParticle truthOrigin/truthType/truthParticleLink.
TruthReadKey_t m_truthMuonKey
TruthDecor_t m_truMuTypeKey
ServiceHandle< Muon::IMuonEDMHelperSvc > m_edmHelperSvc
Helper service to handle the Identifiers of measurements.
An algorithm that can be simultaneously executed in multiple threads.
TrkWriteDecorKey_t m_typeWriteKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
The TrackToTruthPartAssocAlg matches the reconstructed tracks to truth muons.
StatusCode execute(const EventContext &ctx) const override final
TrkWriteDecorKey_t m_linkWriteKey
TruthDecorArr_t m_simHitKeys
Declaration of the dependency on the simHit decorations.
StatusCode initialize() override final
This header ties the generic definitions in this package.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
IdHelperSvc to decode the Identifiers.
Gaudi::Property< std::vector< std::string > > m_simHitIds
List of simHit id decorations to read from the truth particle.