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

SiSPSeededTrackFinder: Clean up conditions dependencies.

Don't declare conditions dependencies that won't be used.
parent b9ffea6f
No related branches found
No related tags found
No related merge requests found
......@@ -453,6 +453,7 @@ else:
InDetClusterMakerTool.PixelModuleData = ""
InDetClusterMakerTool.PixelChargeCalibCondData = ""
InDetClusterMakerTool.PixelLorentzAngleTool = None
InDetClusterMakerTool.PixelOfflineCalibData = ""
# Set up Pixel neutral network tools
clusterSplitProbTool = None
......
......@@ -271,7 +271,8 @@ if doPixel:
if not hasattr(condSeq, "PixelTDAQCondAlg"):
from PixelConditionsAlgorithms.PixelConditionsAlgorithmsConf import PixelTDAQCondAlg
condSeq += PixelTDAQCondAlg(name="PixelTDAQCondAlg")
condSeq += PixelTDAQCondAlg(name="PixelTDAQCondAlg",
ReadKey = '')
#####################
# Calibration Setup #
......@@ -316,6 +317,7 @@ if doPixel:
if not hasattr(condSeq, 'PixelCablingCondAlg'):
from PixelConditionsAlgorithms.PixelConditionsAlgorithmsConf import PixelCablingCondAlg
condSeq += PixelCablingCondAlg(name="PixelCablingCondAlg",
ReadKey='',
MappingFile=IdMappingDat,
RodIDForSingleLink40=rodIDForSingleLink40)
......
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