Skip to content
Snippets Groups Projects

Conditions migration for pixel charge calibration (ATLASRECTS-4565)

Merged Soshi Tsuno requested to merge stsuno/athena:atlasrects-4565.v2 into master
1 file
+ 10
1
Compare changes
  • Side-by-side
  • Inline
#
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
#
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
@@ -170,6 +170,15 @@ def TrigInDetCondConfig( flags ):
from PixelConditionsAlgorithms.PixelConditionsAlgorithmsConf import PixelTDAQCondAlg
acc.addCondAlgo(PixelTDAQCondAlg(name="PixelTDAQCondAlg", ReadKey=PixelTDAQFolder))
PixelDeadMapFolder = "/PIXEL/PixMapOverlay"
PixelDeadMapInstance = "PIXEL_OFL"
acc.merge(addFolders(flags, PixelTempFolder, PixelDBInstance, className="CondAttrListCollection"))
acc.merge(addFolders(flags, PixelDeadMapFolder, PixelDeadMapInstance, className="CondAttrListCollection"))
from PixelConditionsAlgorithms.PixelConditionsAlgorithmsConf import PixelConfigCondAlg
acc.addCondAlgo(PixelConfigCondAlg(name="PixelConfigCondAlg", UseDeadMap=False, ReadDeadMapKey=PixelDeadMapFolder))
from SiPropertiesSvc.SiPropertiesSvcConf import PixelSiPropertiesCondAlg
acc.addCondAlgo(PixelSiPropertiesCondAlg(name="PixelSiPropertiesCondAlg", PixelDCSConditionsTool=TrigPixelDCSConditionsTool))
Loading