21 StatusCode JetCalibrationAlg ::
27 return StatusCode::SUCCESS;
32 StatusCode JetCalibrationAlg ::
42 for(
auto jet : *jets )
45 (*jet).setJetP4(
"JetConstitScaleMomentum",jet_4mom_subtracted);
46 (*jet).setJetP4(
"JetEMScaleMomentum",jet_4mom_subtracted);
53 return StatusCode::SUCCESS;
ToolHandle< IJetCalibrationTool > m_calibrationTool
the calibration tool
SysListHandle m_systematicsList
the systematics list we run
Gaudi::Property< bool > m_HIsetup
whether we run on the HIJets collection
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
Select isolated Photons, Electrons and Muons.
JetContainer_v1 JetContainer
Definition of the current "jet container version".
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > JetFourMom_t
Base 4 Momentum type for Jet.