#include <TruthLinkRepointTool.h>
Definition at line 23 of file TruthLinkRepointTool.h.
◆ TruthLinkRepointTool()
DerivationFramework::TruthLinkRepointTool::TruthLinkRepointTool |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ ~TruthLinkRepointTool()
DerivationFramework::TruthLinkRepointTool::~TruthLinkRepointTool |
( |
| ) |
|
|
default |
◆ addBranches()
StatusCode DerivationFramework::TruthLinkRepointTool::addBranches |
( |
| ) |
const |
|
finaloverridevirtual |
Definition at line 45 of file TruthLinkRepointTool.cxx.
46 const EventContext& ctx = Gaudi::Hive::currentContext();
48 std::vector<const xAOD::TruthParticleContainer*> targets{};
56 if (!readHandle.isValid()) {
58 return StatusCode::FAILURE;
60 targets.emplace_back(readHandle.cptr());
65 if (!inputCont.isValid()) {
67 return StatusCode::FAILURE;
80 return StatusCode::SUCCESS;
◆ find_match()
◆ initialize()
StatusCode DerivationFramework::TruthLinkRepointTool::initialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ m_decorKey
◆ m_decOutput
Gaudi::Property<std::string> DerivationFramework::TruthLinkRepointTool::m_decOutput |
|
private |
Initial value:{this, "OutputDecoration",
"TruthLink", "Name of the output decoration on the reco object"}
Parameter: output decoration.
Definition at line 35 of file TruthLinkRepointTool.h.
◆ m_recoKey
Initial value:{this,"RecoCollection", "Muons",
"Name of reco collection for decoration"}
Parameter: input collection key.
Definition at line 32 of file TruthLinkRepointTool.h.
◆ m_targetKeys
The documentation for this class was generated from the following files:
Class providing the definition of the 4-vector interface.
Class describing a truth particle in the MC record.