|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef JetMomentTools_JetOriginCorrectionTool_H
8 #define JetMomentTools_JetOriginCorrectionTool_H
51 Gaudi::Property<std::string>
m_correctionName{
this,
"OriginCorrectedName",
"JetOriginConstitScaleMomentum",
"Origin corrected name"};
52 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for the input jet container"};
53 Gaudi::Property<bool>
m_onlyAssignPV{
this,
"OnlyAssignPV",
false,
"Only write out PV information"};
54 Gaudi::Property<bool>
m_forceEMScale{
this,
"ForceEMScale",
false,
"Force apply origin correction at EM scale"};
61 Gaudi::Property<std::string>
m_scaleMomentumName{
this,
"jetScaleMomentName",
"JetOriginConstitScaleMomentum",
"SG key for JetScaleMomentum components"};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Interface for adding a decoration to a jet container.
Property holding a SG store/key/clid from which a ReadHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.