Skip to content
Snippets Groups Projects
Commit f31501c0 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'archwarn.MuonReadoutGeometry-20241105' into 'main'

MuonReadoutGeometry: Fix warning in archflagtest nightly.

See merge request atlas/athena!75604
parents 8ec07866 88585364
No related branches found
No related tags found
No related merge requests found
...@@ -825,7 +825,7 @@ namespace MuonGM { ...@@ -825,7 +825,7 @@ namespace MuonGM {
//********************* //*********************
const NswAsBuilt::StgcStripCalculator* sc = manager()->getStgcAsBuiltCalculator(); const NswAsBuilt::StgcStripCalculator* sc = manager()->getStgcAsBuiltCalculator();
if(manager()->getsTGCAsBuilt2() && design->type == MuonChannelDesign::ChannelType::etaStrip){ if(manager()->getsTGCAsBuilt2() && design->type == MuonChannelDesign::ChannelType::etaStrip){
pos.head(2) = manager()->getsTGCAsBuilt2()->correctPosition(layerId, pos.head(2)); pos.head<2>() = manager()->getsTGCAsBuilt2()->correctPosition(layerId, pos.head<2>());
} else if (sc && design->type == MuonChannelDesign::ChannelType::etaStrip) { } else if (sc && design->type == MuonChannelDesign::ChannelType::etaStrip) {
......
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