Skip to content
Snippets Groups Projects

SUSYTools: fix a typo in GetFatJets

Merged Keisuke Yoshihara requested to merge ykeisuke/athena:my21.2-2019-02-19 into 21.2
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -188,7 +188,7 @@ namespace ST {
return StatusCode::FAILURE;
}
if (!m_fatJets.empty()) {
if (m_fatJets.empty()) {
ATH_MSG_ERROR("JetFatCalibTool was not initialized for largeR jet!!");
return StatusCode::FAILURE;
}
Loading