Forked from
atlas / athena
104964 commits behind the upstream repository.
-
Constantin Heidegger authored
updating services and algorithms replacing use of old condition summary service to new read handles; for RPCs
Constantin Heidegger authoredupdating services and algorithms replacing use of old condition summary service to new read handles; for RPCs
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 2.30 KiB
################################################################################
# Package: MuonRPC_CnvTools
################################################################################
# Declare the package name:
atlas_subdir( MuonRPC_CnvTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Event/ByteStreamData
GaudiKernel
PRIVATE
Control/AthenaBaseComps
Control/AthenaKernel
Control/StoreGate
Event/ByteStreamCnvSvcBase
MuonSpectrometer/MuonCablings/RPCcablingInterface
MuonSpectrometer/MuonCnv/MuonCnvToolInterfaces
MuonSpectrometer/MuonCnv/MuonContainerManager
MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondInterface
MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonDigitContainer
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonTrigCoinData
Tracking/TrkDetDescr/TrkSurfaces
Trigger/TrigT1/TrigT1RPChardware )
# External dependencies:
find_package( tdaq-common COMPONENTS eformat_write DataWriter )
# Component(s) in the package:
atlas_add_component( MuonRPC_CnvTools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} ByteStreamData ByteStreamData_test GaudiKernel AthenaBaseComps AthenaKernel StoreGateLib SGtests ByteStreamCnvSvcBaseLib RPCcablingInterfaceLib MuonContainerManager MuonCondInterface MuonCondData MuonReadoutGeometry MuonDigitContainer MuonIdHelpersLib MuonRDO MuonPrepRawData MuonTrigCoinData TrkSurfaces TrigT1RPChardwareLib RPChardware )
# Install files from the package:
atlas_install_headers( MuonRPC_CnvTools )