Skip to content
Snippets Groups Projects
Commit db6fff11 authored by Denis Oliveira Damazio's avatar Denis Oliveira Damazio Committed by Jean-Baptiste De Vivie De Regie
Browse files

AthMonitoringAlgorithm : fix for undefined StatusCode when TrigDecTool is not used

AthMonitoringAlgorithm : fix for undefined StatusCode when TrigDecTool is not used
parent 28979ed4
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ StatusCode AthMonitorAlgorithm::initialize() {
m_vTrigChainNames.clear();
}
}
}
} else sc = StatusCode::SUCCESS;
// Retrieve filters
ATH_CHECK( m_DQFilterTools.retrieve() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment