11#ifndef JETMOMENTTOOLS_JETCONSTITUENTFRAC_H
12#define JETMOMENTTOOLS_JETCONSTITUENTFRAC_H
34 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for the input jet container"};
43#undef ASG_DERIVED_TOOL_CLASS
Interface for adding a decoration to a jet container.
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
virtual StatusCode decorate(const xAOD::JetContainer &jets) const override
Decorate a jet collection without otherwise modifying it.
SG::WriteDecorHandleKey< xAOD::JetContainer > m_chargeMFracKey
SG::WriteDecorHandleKey< xAOD::JetContainer > m_neutralEFracKey
Gaudi::Property< std::string > m_jetContainerName
JetConstituentFrac(const std::string &t)
SG::WriteDecorHandleKey< xAOD::JetContainer > m_chargePTFracKey
void fillConstituentFrac(const xAOD::Jet &jet) const
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".