Skip to content
Snippets Groups Projects
Commit 6d301a96 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

MuonCalibTools: delete legacy job options and update link dependencies

parent 5a8da502
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: MuonCalibTools
################################################################################
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( MuonCalibTools )
......@@ -9,13 +7,8 @@ atlas_subdir( MuonCalibTools )
atlas_add_library( MuonCalibToolsLib
src/*.cxx
PUBLIC_HEADERS MuonCalibTools
LINK_LIBRARIES AthenaBaseComps Identifier MuonCalibITools MuonReadoutGeometry StoreGateLib MuonIdHelpersLib
PRIVATE_LINK_LIBRARIES GaudiKernel MuonCalibEventBase MuonCalibIdentifier )
LINK_LIBRARIES AthenaBaseComps GaudiKernel MuonCalibITools MuonIdHelpersLib )
atlas_add_component( MuonCalibTools
src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps Identifier MuonCalibITools MuonReadoutGeometry StoreGateLib GaudiKernel MuonCalibEventBase MuonCalibIdentifier MuonIdHelpersLib MuonCalibToolsLib )
# Install files from the package:
atlas_install_joboptions( share/*.py )
LINK_LIBRARIES MuonCalibToolsLib )
theApp.Dlls += ["MuonCalibTools"]
#properties are set for the named instances: see MdtCalibTool.py
#ToolSvc = Service( "ToolSvc" )
#AtlasRegionSelectorTool = Service( "ToolSvc.MuonCalib::AtlasRegionSelectorTool" )
theApp.Dlls += ["MuonCalibTools"]
MooMakeRoads.WriteCalibPatterns = 2
MooMakeTracks.WriteCalibPatterns = 2
ToolSvc = Service( "ToolSvc" )
MooPatternForCalibrationTool = Service( "ToolSvc.MuonCalib::MooPatternForCalibrationTool" )
MooPatternForCalibrationTool.MooreCalibPatternsLocation = "Moore_patternsForCalibration"
theApp.Dlls += ["MuonCalibTools"]
#properties are set for the named instances: see MdtCalibTool.py
#ToolSvc = Service( "ToolSvc" )
#TestbeamRegionSelectorTool = Service( "ToolSvc.MuonCalib::TestbeamRegionSelectorTool" )
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