Skip to content
Snippets Groups Projects
Commit 5952e805 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'splitAccept.RingerSelectorTools-20200910' into 'master'

RingerSelectorTools+PATCore: Split off AcceptInfo/AcceptData into a separate library.

See merge request atlas/athena!36327
parents fe53eebf 40a9857b
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,17 @@ atlas_depends_on_subdirs(
find_package( ROOT COMPONENTS Core )
# Component(s) in the package:
atlas_add_library( PATCoreAcceptLib
Root/accept/*.cxx
PUBLIC_HEADERS PATCore
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_library( PATCoreLib
PATCore/*.h Root/*.cxx
Root/*.cxx
PUBLIC_HEADERS PATCore
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers AsgTools ${extra_libs} )
LINK_LIBRARIES ${ROOT_LIBRARIES} PATCoreAcceptLib AthContainers AsgTools ${extra_libs} )
atlas_add_dictionary( PATCoreDict
PATCore/PATCoreDict.h
......
......@@ -17,23 +17,6 @@ else()
set( extra_dep Control/AthContainers Tracking/TrkEvent/TrkTrackSummary GaudiKernel )
endif()
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthToolSupport/AsgTools
Control/CxxUtils
Event/xAOD/xAODCaloRings
Event/xAOD/xAODEgamma
Event/xAOD/xAODTracking
Event/xAOD/xAODEventInfo
PhysicsAnalysis/AnalysisCommon/PATCore
PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools
PhysicsAnalysis/Interfaces/EgammaAnalysisInterfaces
${extra_pub_dep}
PRIVATE
Event/xAOD/xAODBase
Tools/PathResolver
${extra_dep} )
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
find_package( ROOT COMPONENTS Core Gpad Tree MathCore Hist RIO pthread )
......@@ -42,7 +25,7 @@ atlas_add_library( RingerSelectorToolsEnumsLib
Root/enums/*.cxx
PUBLIC_HEADERS RingerSelectorTools
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} PATCoreLib )
LINK_LIBRARIES ${ROOT_LIBRARIES} PATCoreAcceptLib )
atlas_add_library( RingerSelectorToolsLib
Root/*.cxx
......
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