5#ifndef XAODCREATORALGS_REDOTRUTHLINKSALG_H
6#define XAODCREATORALGS_REDOTRUTHLINKSALG_H
32 using AthReentrantAlgorithm::AthReentrantAlgorithm;
36 virtual StatusCode
execute(
const EventContext& ctx)
const override;
43 this,
"TruthLinks",
"xAODTruthLinks",
"Output xAODTruthLinks container"};
47 this,
"linksOnlyTruthEventContainerName",
"TruthEvents",
"Input TruthEvents container"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Algorithm creating xAOD truth from HepMC.
SG::WriteHandleKey< xAODTruthParticleLinkVector > m_truthLinkContainerKey
The key for the output xAOD truth containers.
virtual StatusCode initialize() override
Function initialising the algorithm.
SG::ReadHandleKey< xAOD::TruthEventContainer > m_linksOnlyTruthEventContainerKey
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.