From 556fec7ccc25d776b93bc08795f539adb6f3286e Mon Sep 17 00:00:00 2001 From: Rachel Jordan Hyneman <rachel.hyneman@cern.ch> Date: Tue, 20 Feb 2018 17:37:52 +0100 Subject: [PATCH] Bug fix in correction filename. Former-commit-id: 661ee08f325ee4eada67b62ade00e340eed6c78a --- .../IsolationCorrections/Root/IsolationCorrectionTool.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx index cdea7c540676..8b2048a60428 100644 --- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/Root/IsolationCorrectionTool.cxx @@ -23,8 +23,8 @@ namespace CP { IsolationCorrectionTool::IsolationCorrectionTool( const std::string &name ) : asg::AsgMetadataTool(name), m_systDDonoff("PH_Iso_DDonoff"){ declareProperty("CorrFile", m_corr_file = "IsolationCorrections/v1/isolation_ptcorrections_rel20_2.root"); - declareProperty("CorrFile_ddshift_2015_2016", m_corr_ddshift_2015_2016_file = "PhotonEfficiencyCorrection/2015_2017/rel21.2/Winter2018_Prerec_v1/isolation/isolation_ddcorrection_shift_REL21_2016.root"); - declareProperty("CorrFile_ddshift_2017", m_corr_ddshift_2017_file = "PhotonEfficiencyCorrection/2015_2017/rel21.2/Winter2018_Prerec_v1/isolation/isolation_ddcorrection_shift_REL21_2017.root"); + declareProperty("CorrFile_ddshift_2015_2016", m_corr_ddshift_2015_2016_file = "PhotonEfficiencyCorrection/2015_2017/rel21.2/Winter2018_Prerec_v1/isolation/isolation_ddcorrection_shift_rel21_2016.root"); + declareProperty("CorrFile_ddshift_2017", m_corr_ddshift_2017_file = "PhotonEfficiencyCorrection/2015_2017/rel21.2/Winter2018_Prerec_v1/isolation/isolation_ddcorrection_shift_rel21_2017.root"); declareProperty("CorrFile_ddsmearing", m_corr_ddsmearing_file = "IsolationCorrections/v1/isolation_ddcorrection_smearing.root"); declareProperty("ToolVer", m_tool_ver_str = "REL21"); declareProperty("DataDrivenVer", m_ddVersion = "2017"); -- GitLab