5#ifndef PARTICLEJETGHOSTLABELTOOL_H
6#define PARTICLEJETGHOSTLABELTOOL_H
29 this,
"TruthEventCollection",
"TruthEvents",
30 "Truth event collection"
33 std::vector<const xAOD::TruthParticle*>
match(
34 const xAOD::Jet&,
const std::string& ghostname
Interface for adding a decoration to a jet container.
ParticleJetTools::LabelNames m_labelnames
Name of jet label attributes.
double m_partptmin
Minimum pT for particle selection (in MeV)
StatusCode initialize() override
Dummy implementation of the initialisation function.
SG::ReadHandleKey< xAOD::TruthEventContainer > m_truthEventsKey
ParticleJetGhostLabelTool(const std::string &name)
Constructor.
std::string m_ghosttauname
StatusCode decorate(const xAOD::JetContainer &jets) const override
Decorate a jet collection without otherwise modifying it.
std::vector< const xAOD::TruthParticle * > match(const xAOD::Jet &, const std::string &ghostname) const
Property holding a SG store/key/clid from which a ReadHandle is made.
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".