#include <TruthLinkRepointTool.h>
Definition at line 23 of file TruthLinkRepointTool.h.
◆ addBranches()
| StatusCode DerivationFramework::TruthLinkRepointTool::addBranches |
( |
const EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
Definition at line 31 of file TruthLinkRepointTool.cxx.
33 std::vector<const xAOD::TruthParticleContainer*> targets{};
41 if (!readHandle.isValid()) {
43 return StatusCode::FAILURE;
45 targets.emplace_back(readHandle.cptr());
50 if (!inputCont.isValid()) {
52 return StatusCode::FAILURE;
65 return StatusCode::SUCCESS;
◆ find_match()
◆ initialize()
| StatusCode DerivationFramework::TruthLinkRepointTool::initialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ m_decorKey
◆ m_recoKey
Initial value:{this,"RecoCollection", "Muons",
"Name of reco collection for decoration"}
Parameter: input collection key.
Definition at line 33 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.