Skip to content
Snippets Groups Projects
Commit 30a8c374 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Add missing handle initialize

parent 88723519
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ StatusCode InDet::SiSPSeededTrackFinder::initialize()
if(m_useNewStrategy || m_useZBoundaryFinding || m_ITKGeometry) {
if(!m_beamSpotKey.key().empty()) {
ATH_CHECK(m_beamSpotKey.initialize());
// Get RungeKutta propagator tool
//
ATH_CHECK( m_proptool.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