Skip to content
Snippets Groups Projects
Commit a4606fde authored by scott snyder's avatar scott snyder
Browse files

BCM_G4_SD: CLIDSvc -> AthenaKernel

Update references to headers in CLIDSvc moved to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent d196eeea
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
......@@ -7,9 +7,8 @@ atlas_subdir( BCM_G4_SD )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PRIVATE
Control/CLIDSvc
Control/AthenaKernel
Control/CxxUtils
Control/SGTools
Control/StoreGate
GaudiKernel
InnerDetector/InDetSimEvent
......@@ -27,7 +26,7 @@ atlas_add_component( BCM_G4_SD
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${GEANT4_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${GEANT4_LIBRARIES} ${XERCESC_LIBRARIES} ${CLHEP_LIBRARIES} CxxUtils SGTools StoreGateLib SGtests GaudiKernel InDetSimEvent G4AtlasToolsLib MCTruth )
LINK_LIBRARIES ${GEANT4_LIBRARIES} ${XERCESC_LIBRARIES} ${CLHEP_LIBRARIES} CxxUtils AthenaKernel StoreGateLib SGtests GaudiKernel InDetSimEvent G4AtlasToolsLib MCTruth )
# Install files from the package:
atlas_install_python_modules( python/*.py )
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#ifndef BCMEXTRA_H
......@@ -21,7 +21,7 @@ private:
double m_vertexZ;
};
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
CLASS_DEF(BCMExtra, 207661756, 1)
#endif
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