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

Merge branch 'main-coverity-PixelGeoModelXml' into 'main'

main-coverity-PixelGeoModelXml

See merge request !69364
parents 9e1513b8 05d0f8ce
No related branches found
No related tags found
No related merge requests found
......@@ -494,6 +494,10 @@ void PixelGmxInterface::addAlignable(int level,
{
ATH_MSG_DEBUG("addAlignable called");
const PixelID *pixelIdHelper = dynamic_cast<const PixelID *> (m_commonItems->getIdHelper());
if (not pixelIdHelper){
ATH_MSG_ERROR("Dynamic cast to PixelID failed in PixelGmxInterface::addAlignable");
return;
}
Identifier id;
switch (level) {
case 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