|
ATLAS Offline Software
|
Go to the documentation of this file.
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 ReadHandle is made.
constexpr const char * subtractedJetState()
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.