7#ifndef HIJETREC_HIJETCONSTITUENTSUBTRACTIONTOOL_H
8#define HIJETREC_HIJETCONSTITUENTSUBTRACTIONTOOL_H
77 Gaudi::Property< bool >
m_momentOnly {
this,
"SetMomentOnly",
true,
78 "If this flag is set, the primary jet kinematics are also set to reflect this subtraction eventually do this w/ a signal state" } ;
81 ToolHandle<IHISubtractorTool>
m_subtractorTool {
this,
"Subtractor",
"HIJetClusterSubtractorTool",
"" };
82 ToolHandle<IHIUEModulatorTool>
m_modulatorTool {
this,
"Modulator" ,
"HIUEModulatorTool ",
"" };
83 ToolHandle<IHIEventShapeMapTool>
m_eventShapeMapTool {
this,
"EventShapeMapTool",
"HIEventShapeMapTool",
"Handle to Event Shape Map Tool"};
85 Gaudi::Property< bool >
m_originCorrection {
this,
"ApplyOriginCorrection",
false,
"Apply Origin Correction boolean switch"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
JetModifierBase(const std::string &myname)
Ctor.
Property holding a SG store/key/clid from which a ReadHandle is made.
constexpr const char * subtractedJetState()
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".