#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 EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
Definition at line 45 of file TruthLinkRepointTool.cxx.
47 std::vector<const xAOD::TruthParticleContainer*> targets{};
55 if (!readHandle.isValid()) {
57 return StatusCode::FAILURE;
59 targets.emplace_back(readHandle.cptr());
64 if (!inputCont.isValid()) {
66 return StatusCode::FAILURE;
79 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.