Skip to content
Snippets Groups Projects
Commit 43546868 authored by Stefan Richter's avatar Stefan Richter
Browse files

Merge branch 'cppcheck.MuonStationIntersectCond-20230315' into '23.0'

MuonStationIntersectCond: Fix cppcheck warning.

See merge request !61574
parents c6feb07c 9ed326e4
No related branches found
No related tags found
2 merge requests!616622023-03-20: merge 23.0 into master,!61574MuonStationIntersectCond: Fix cppcheck warning.
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
#include "MuonStationIntersectCond/MdtIntersectGeometry.h"
......@@ -173,7 +173,7 @@ namespace Muon {
Identifier secondIdml0 = m_idHelperSvc->mdtIdHelper().channelID(name, eta, phi, firstMlIndex, 1, 2);
Amg::Vector3D secondTubeMl0 = transform() * (m_detElMl0->tubePos(secondIdml0));
if (m_detElMl0) fillDeadTubes(m_detElMl0, msg);
fillDeadTubes(m_detElMl0, msg);
if (m_detElMl1) fillDeadTubes(m_detElMl1, msg);
// position first tube in second layer ml 0
......
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