From a1be8da8e2b504c2a9870338393b96e5eeb50e4c Mon Sep 17 00:00:00 2001 From: Atlas-Software Librarian <Atlas-Software.Librarian@cern.ch> Date: Fri, 8 Apr 2016 16:23:25 +0200 Subject: [PATCH] 'CMakeLists.txt' (ZdcConditions-00-01-11) --- .../ZDC/ZdcConditions/CMakeLists.txt | 29 +++++++++++++++++++ .../ZdcConditions/src/ZdcCablingService.cxx | 6 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 ForwardDetectors/ZDC/ZdcConditions/CMakeLists.txt diff --git a/ForwardDetectors/ZDC/ZdcConditions/CMakeLists.txt b/ForwardDetectors/ZDC/ZdcConditions/CMakeLists.txt new file mode 100644 index 00000000000..caf350fe86b --- /dev/null +++ b/ForwardDetectors/ZDC/ZdcConditions/CMakeLists.txt @@ -0,0 +1,29 @@ +################################################################################ +# Package: ZdcConditions +################################################################################ + +# Declare the package name: +atlas_subdir( ZdcConditions ) + +# Declare the package's dependencies: +atlas_depends_on_subdirs( PUBLIC + Control/AthenaBaseComps + Control/AthenaKernel + Control/StoreGate + DetectorDescription/Identifier + ForwardDetectors/ZDC/ZdcIdentifier + GaudiKernel + PRIVATE + DetectorDescription/GeoModel/GeoModelInterfaces ) + +# External dependencies: +find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) + +# Component(s) in the package: +atlas_add_library( ZdcConditions + src/*.cxx + PUBLIC_HEADERS ZdcConditions + PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} + LINK_LIBRARIES AthenaBaseComps AthenaKernel Identifier ZdcIdentifier GaudiKernel StoreGateLib SGtests + PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ) + diff --git a/ForwardDetectors/ZDC/ZdcConditions/src/ZdcCablingService.cxx b/ForwardDetectors/ZDC/ZdcConditions/src/ZdcCablingService.cxx index a10fe253df9..c716f898ace 100755 --- a/ForwardDetectors/ZDC/ZdcConditions/src/ZdcCablingService.cxx +++ b/ForwardDetectors/ZDC/ZdcConditions/src/ZdcCablingService.cxx @@ -191,11 +191,13 @@ void ZdcCablingService::fillDB() {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, - {1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0}, + //{1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0}, + {1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, - {1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0}, + //{1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0}, + {1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} -- GitLab