5#ifndef JETCALIBTOOLS_JETPILEUPAREACALIBSTEP_H
6#define JETCALIBTOOLS_JETPILEUPAREACALIBSTEP_H 1
41 Gaudi::Property<bool>
m_doOrigin{
this,
"DoOrigin",
false,
"doc"};
43 Gaudi::Property<std::string>
m_jetInScale {
this,
"InScale",
"JetConstitScaleMomentum",
"Starting jet scale" };
44 Gaudi::Property<std::string>
m_jetOutScale {
this,
"OutScale",
"JetAreaSubtractScaleMomentum",
"Ending jet scale" };
PileupAreaCalibStep(const std::string &name="PileupAreaCalibStep")
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
virtual StatusCode calibrate(xAOD::JetContainer &jetCont) const override
Apply calibration to a jet container.
Gaudi::Property< bool > m_doOrigin
SG::ReadHandleKey< xAOD::EventShape > m_rhoKey
Gaudi::Property< std::string > m_jetInScale
Gaudi::Property< bool > m_useFull4vectorArea
Gaudi::Property< std::string > m_jetOutScale
Property holding a SG store/key/clid from which a ReadHandle is made.
JetContainer_v1 JetContainer
Definition of the current "jet container version".