Skip to content
Snippets Groups Projects
Commit d87140f6 authored by Robert Johannes Langenberg's avatar Robert Johannes Langenberg Committed by Johannes Elmsheuser
Browse files

fix TrackingGeometry reordering bugs in serial athena

parent bb743f76
9 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46538Draft: Added missing xAOD::TrigConfKeys from DESDM_MCP,!46514TGC Digitization: Implementation of signal propagation time between the sensor edge and ASD,!46091fix TrackingGeometry reordering bugs in serial athena
Showing
with 645 additions and 40 deletions
...@@ -85,7 +85,7 @@ def _getInDetTrackingGeometryBuilder(name, flags,result, envelopeDefinitionSvc, ...@@ -85,7 +85,7 @@ def _getInDetTrackingGeometryBuilder(name, flags,result, envelopeDefinitionSvc,
# is identical to the IOV of the tracking geoemtry cond alg # is identical to the IOV of the tracking geoemtry cond alg
from PixelConditionsAlgorithms.PixelConditionsConfig import PixelDetectorElementCondAlgCfg from PixelConditionsAlgorithms.PixelConditionsConfig import PixelDetectorElementCondAlgCfg
result.merge(PixelDetectorElementCondAlgCfg(flags, result.merge(PixelDetectorElementCondAlgCfg(flags,
MuonManagerKey = ["MuonDetectorManager"] if flags.Muon.enableAlignment else [], MuonManagerKey = ["MuonDetectorManager"] if flags.Muon.enableAlignment and flags.Detector.GeometryMuon else [],
TRT_DetEltContKey = ["TRT_DetElementContainer"] if flags.Detector.GeometryTRT else [], TRT_DetEltContKey = ["TRT_DetElementContainer"] if flags.Detector.GeometryTRT else [],
SCTAlignmentStore = ["SCTAlignmentStore"] if flags.Detector.GeometrySCT else [])) SCTAlignmentStore = ["SCTAlignmentStore"] if flags.Detector.GeometrySCT else []))
...@@ -126,7 +126,7 @@ def _getInDetTrackingGeometryBuilder(name, flags,result, envelopeDefinitionSvc, ...@@ -126,7 +126,7 @@ def _getInDetTrackingGeometryBuilder(name, flags,result, envelopeDefinitionSvc,
from SCT_GeoModel.SCT_GeoModelConfig import SCT_DetectorElementCondAlgCfg from SCT_GeoModel.SCT_GeoModelConfig import SCT_DetectorElementCondAlgCfg
result.merge(SCT_DetectorElementCondAlgCfg(flags, result.merge(SCT_DetectorElementCondAlgCfg(flags,
MuonManagerKey = ["MuonDetectorManager"] if flags.Muon.enableAlignment else [], MuonManagerKey = ["MuonDetectorManager"] if flags.Muon.enableAlignment and flags.Detector.GeometryMuon else [],
TRT_DetEltContKey = ["TRT_DetElementContainer"] if flags.Detector.GeometryTRT else [], TRT_DetEltContKey = ["TRT_DetElementContainer"] if flags.Detector.GeometryTRT else [],
PixelAlignmentStore = ["PixelAlignmentStore"] if flags.Detector.GeometryPixel else [])) PixelAlignmentStore = ["PixelAlignmentStore"] if flags.Detector.GeometryPixel else []))
...@@ -353,7 +353,7 @@ def TrackingGeometryCondAlgCfg( flags , name = 'AtlasTrackingGeometryCondAlg', d ...@@ -353,7 +353,7 @@ def TrackingGeometryCondAlgCfg( flags , name = 'AtlasTrackingGeometryCondAlg', d
dependencies = {"PixelAlignCondAlg", dependencies = {"PixelAlignCondAlg",
"SCT_AlignCondAlg", "SCT_AlignCondAlg",
"TRTAlignCondAlg", "TRTAlignCondAlg",
"MuonAlignCondAlg", "MuonAlignmentCondAlg",
"MuonDetectorCondAlg", "MuonDetectorCondAlg",
"CondInputLoader"} "CondInputLoader"}
prependList = list() prependList = list()
......
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
testalg1 VERBOSE execute testalg1 VERBOSE execute
......
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
testalg1 VERBOSE execute testalg1 VERBOSE execute
......
[ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none
......
[ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none
......
[ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none
......
[ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none
......
[ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none
......
[ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometrySvc ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometrySvc ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
Modified SCT_DetectorElementCondAlg
/***** Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg *****************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'SCT'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = ['PixelAlignmentStore'] (default: [])
|-ReadKey = DataHandle('ConditionStore+SCTAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+SCT_DetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm SCT_DetectorElementCondAlg/SCT_DetectorElementCondAlg) --------------------
Modified PixelDetectorElementCondAlg
/***** Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg ***************************
|-AuditAlgorithms = False
|-AuditExecute = False
|-AuditFinalize = False
|-AuditInitialize = False
|-AuditReinitialize = False
|-AuditRestart = False
|-AuditStart = False
|-AuditStop = False
|-Blocking = False
|-Cardinality = 0
|-CondSvc = ServiceHandle('CondSvc')
|-DetManagerName = 'Pixel'
|-DetStore = ServiceHandle('StoreGateSvc/DetectorStore')
|-Enable = True
|-ErrorCounter = 0
|-ErrorMax = 1
|-EvtStore = ServiceHandle('StoreGateSvc')
|-ExtraInputs = [] (default: [])
|-ExtraOutputs = [] (default: [])
|-FilterCircularDependencies = True
|-MonitorService = 'MonitorSvc'
|-MuonManagerKey = [] (default: [])
|-NeededResources = [] (default: [])
|-OutputLevel = 0
|-PixelAlignmentStore = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-ReadKey = DataHandle('ConditionStore+PixelAlignmentStore','R','GeoAlignmentStore')
|-RegisterForContextService = False
|-SCTAlignmentStore = ['SCTAlignmentStore'] (default: [])
|-TRT_DetEltContKey = [] (default: [])
|-Timeline = True
|-WriteKey = DataHandle('ConditionStore+PixelDetectorElementCollection','W','InDetDD::SiDetectorElementCollection')
\----- (End of Algorithm PixelDetectorElementCondAlg/PixelDetectorElementCondAlg) ------------------
[ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_ [ TrackingGeometryCondAlg ] base material tag : AtlasLayerMat_v21_
[ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag> [ TrackingGeometryCondAlg ] translated to COOL: /GLOBAL/TrackingGeo/LayerMaterialV2<tag>TagInfoMajor/AtlasLayerMat_v21_/GeoAtlas</tag>
indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none indet 1 2,4,5,7,10,11,12,13 7 1fffffffffffffff 61 3 0 min/max 2 13 values 2 4 5 7 10 11 12 13 indexes 0 0 1 2 0 3 0 0 4 5 6 7 indices 8 prev 0 next 0 mode enumerated cont mode none
......
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