Skip to content

Commit

Permalink
rename property of tau smearing tool to comply with latest analysis r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
miholzbo committed Aug 23, 2024
1 parent b31ceea commit 12f5e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Root/TauCalibrator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ EL::StatusCode TauCalibrator :: initialize ()
if (!m_RecommendationTag.empty()) ANA_CHECK(m_tauSmearingTool_handle.setProperty("RecommendationTag",m_RecommendationTag));
if (!m_generator.empty()) ANA_CHECK(m_tauSmearingTool_handle.setProperty("Generator",m_generator));
if (!m_campaign.empty()) ANA_CHECK(m_tauSmearingTool_handle.setProperty("Campaign",m_campaign));
ANA_CHECK(m_tauSmearingTool_handle.setProperty("ApplyMVATESQualityCheck",m_applyMVATESQualityCheck));
ANA_CHECK(m_tauSmearingTool_handle.setProperty("MVATESQualityCheck",m_applyMVATESQualityCheck));
ANA_CHECK(m_tauSmearingTool_handle.setProperty("SkipTruthMatchCheck",m_skipTruthMatchCheck));
ANA_CHECK(m_tauSmearingTool_handle.retrieve());
ANA_MSG_DEBUG("Retrieved tool: " << m_tauSmearingTool_handle);
Expand Down

0 comments on commit 12f5e92

Please sign in to comment.