Skip to content
Snippets Groups Projects
Commit a4ae4539 authored by Mark Hodgkinson's avatar Mark Hodgkinson
Browse files

Bug fix such that for LRT version of CaloExtensionBuilderAlg we change the...

Bug fix such that for LRT version of CaloExtensionBuilderAlg we change the calo extension cache name.
parent 95ad77ac
No related branches found
No related tags found
Loading
...@@ -40,6 +40,7 @@ def CaloExtensionBuilder(useLRT): ...@@ -40,6 +40,7 @@ def CaloExtensionBuilder(useLRT):
if True == useLRT: if True == useLRT:
CaloExtensionBuilderTool.TrkPartContainerName = "InDetLargeD0TrackParticles" CaloExtensionBuilderTool.TrkPartContainerName = "InDetLargeD0TrackParticles"
CaloExtensionBuilderTool.ParticleCache = "ParticleCaloExtension_LRT"
from AthenaCommon.BeamFlags import jobproperties from AthenaCommon.BeamFlags import jobproperties
ToolSvc += CaloExtensionBuilderTool.LastCaloExtentionTool ToolSvc += CaloExtensionBuilderTool.LastCaloExtentionTool
......
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