Skip to content
Snippets Groups Projects

ATLASRECTS-5057: Avoid holes search in GSF

Merged Roger Naranjo requested to merge ATLAS-EGamma/athena:avoid_holes_search_in_gsf into master
All threads resolved!
Files
7
@@ -76,7 +76,7 @@ StatusCode InDet::InDetTrackSummaryHelperTool::initialize()
if (not m_pixeldedxtool.empty()) ATH_MSG_INFO("Retrieved tool " << m_pixeldedxtool);
}
if ( m_holeSearchTool.retrieve().isFailure() ) {
if ( not m_holeSearchTool.empty() && m_holeSearchTool.retrieve().isFailure() ) {
ATH_MSG_FATAL("Failed to retrieve tool " << m_holeSearchTool);
return StatusCode::FAILURE;
} else {
Loading