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

Merge branch 'cppcheck.ISF_FastCaloSimServices-20240516' into 'main'

ISF_FastCaloSimServices: Suppress cppcheck false positive.

See merge request !71442
parents 398fbab4 f5af0a7a
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
......@@ -100,6 +100,7 @@ StatusCode ISF::DNNCaloSimSvc::initialize()
const FCALDetectorManager * fcalManager=nullptr;
ATH_CHECK(detStore()->retrieve(fcalManager));
// cppcheck-suppress nullPointerRedundantCheck; false positive
const CaloIdManager* caloId_mgr = m_caloDetDescrManager->getCalo_Mgr();
m_emID = caloId_mgr->getEM_ID();
......
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