 |
ATLAS Offline Software
|
Go to the documentation of this file.
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" };
Gaudi::Property< std::string > m_jetInScale
Gaudi::Property< std::string > m_jetOutScale
Gaudi::Property< bool > m_useFull4vectorArea
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::EventShape > m_rhoKey
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode calibrate(xAOD::JetContainer &jetCont) const override
Apply calibration to a jet container.
Gaudi::Property< bool > m_doOrigin
PileupAreaCalibStep(const std::string &name="PileupAreaCalibStep")