#include <TVAAugmentationTool.h>
|
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_trackName {this, "TrackName", "InDetTrackParticles"} |
| |
| SG::ReadHandleKey< xAOD::VertexContainer > | m_vertexName {this, "VertexName", "PrimaryVertices"} |
| |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_vtxDec_key {this, "LinkName", m_trackName, "", "Decoration for associated vertex"} |
| |
| PublicToolHandle< CP::ITrackVertexAssociationTool > | m_tool {this, "TVATool", ""} |
| |
Definition at line 18 of file TVAAugmentationTool.h.
◆ vtxLink_t
◆ TVAAugmentationTool()
| DerivationFramework::TVAAugmentationTool::TVAAugmentationTool |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ addBranches()
| StatusCode DerivationFramework::TVAAugmentationTool::addBranches |
( |
const EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
Definition at line 29 of file TVAAugmentationTool.cxx.
40 vtxDec_handle(*itrk).toContainedElement(*vertices, ivtx);
42 return StatusCode::SUCCESS;
◆ initialize()
| StatusCode DerivationFramework::TVAAugmentationTool::initialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ m_tool
◆ m_trackName
◆ m_vertexName
◆ m_vtxDec_key
The documentation for this class was generated from the following files:
Class describing a TrackParticle.