diff --git a/Trigger/TrigAlgorithms/TrigFastTrackFinder/src/TrigFastTrackFinder.cxx b/Trigger/TrigAlgorithms/TrigFastTrackFinder/src/TrigFastTrackFinder.cxx index 7f44de310f6e2351f9d7763536f8227cab354186..e2d30e607176b52f101459e10eef872ca6d39a72 100644 --- a/Trigger/TrigAlgorithms/TrigFastTrackFinder/src/TrigFastTrackFinder.cxx +++ b/Trigger/TrigAlgorithms/TrigFastTrackFinder/src/TrigFastTrackFinder.cxx @@ -80,7 +80,7 @@ TrigFastTrackFinder::TrigFastTrackFinder(const std::string& name, ISvcLocator* p m_trigL2ResidualCalculator("TrigL2ResidualCalculator"), m_trackMaker("InDet::SiTrackMaker_xk/InDetTrigSiTrackMaker"), m_trigInDetTrackFitter("TrigInDetTrackFitter"), - m_trigZFinder("TrigZFinder", this ), + m_trigZFinder("TrigZFinder/TrigZFinder", this ), m_trackSummaryTool("Trk::ITrackSummaryTool/ITrackSummaryTool"), m_doCloneRemoval(true), m_useBeamSpot(true), @@ -149,7 +149,7 @@ TrigFastTrackFinder::TrigFastTrackFinder(const std::string& name, ISvcLocator* p declareProperty( "initialTrackMaker", m_trackMaker); declareProperty( "trigInDetTrackFitter", m_trigInDetTrackFitter ); declareProperty( "trigZFinder", m_trigZFinder ); - declareProperty( "TrigL2ResidualCalculator", m_trigZFinder ); + declareProperty( "TrigL2ResidualCalculator", m_trigL2ResidualCalculator ); declareProperty("TrackSummaryTool", m_trackSummaryTool); declareProperty( "doResMon", m_doResMonitoring = true);