Skip to content
Snippets Groups Projects
Commit 915d1c7e authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'cherry-pick-49a2623b' into '21.0-mc16d'

Merge branch 'ATLASRECTS-3964' into '21.0-mc16d'

See merge request atlas/athena!6883

Former-commit-id: b87233a9a3ca27c72b3b945fde851d81842d7423
parents d10e6a40 5e2ace29
No related branches found
No related tags found
No related merge requests found
...@@ -852,7 +852,7 @@ MuonChamberHoleRecoveryTool::insertMdtsWithHoleSearch( std::vector<const Trk::Tr ...@@ -852,7 +852,7 @@ MuonChamberHoleRecoveryTool::insertMdtsWithHoleSearch( std::vector<const Trk::Tr
}else{ }else{
exPars = m_extrapolator->extrapolateDirectly(pars,surf,Trk::anyDirection,false,Trk::muon); exPars = m_extrapolator->extrapolateDirectly(pars,surf,Trk::anyDirection,false,Trk::muon);
if( !exPars ) { if( !exPars ) {
ATH_MSG_WARNING(" Propagation cluster hole failed!! "); ATH_MSG_DEBUG(" Propagation cluster hole failed!! ");
continue; continue;
} }
parsToBeDeleted.push_back(exPars); parsToBeDeleted.push_back(exPars);
......
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