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

Merge branch 'fixMMSimHitVariables_master' into 'master'

Fix the Filling of MMSimHitVariables in master

See merge request atlas/athena!33059
parents f838535f 74e5ac84
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,6 @@ StatusCode MMSimHitVariables::fillVariables(const MuonGM::MuonDetectorManager* M ...@@ -191,7 +191,6 @@ StatusCode MMSimHitVariables::fillVariables(const MuonGM::MuonDetectorManager* M
Amg::Vector2D fastDigitPos(0.,0.); Amg::Vector2D fastDigitPos(0.,0.);
if( !detEl->stripPosition(offId,fastDigitPos ) ){ if( !detEl->stripPosition(offId,fastDigitPos ) ){
ATH_MSG_WARNING("MicroMegas validation: failed to obtain local position for identifier " << m_MmIdHelper->print_to_string(offId) ); ATH_MSG_WARNING("MicroMegas validation: failed to obtain local position for identifier " << m_MmIdHelper->print_to_string(offId) );
continue;
} }
Amg::Vector3D detpos = detEl->globalPosition(); Amg::Vector3D detpos = detEl->globalPosition();
......
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