Skip to content
Snippets Groups Projects

Update JetAnalysisCommon

Merged Pierre Antoine Delsart requested to merge delsart/athena:testAB into master
All threads resolved!
@@ -35,7 +35,7 @@ driver.submit( job, "out")
"""
from types import SimpleNamespace, ModuleType
from types import ModuleType
import ROOT
@@ -322,7 +322,7 @@ ROOT.EL.Job.addManyAlgs = addManyAlgs
import sys
JetAnalysisCommon = sys.modules[__name__]
import AthenaConfiguration, AthenaCommon
#import AthenaConfiguration, AthenaCommon
sys.modules['AthenaConfiguration.ComponentFactory'] = JetAnalysisCommon.ComponentFactory
sys.modules['AthenaConfiguration.ComponentAccumulator'] = JetAnalysisCommon.ComponentAccumulator
sys.modules['AthenaCommon.CFElements'] = JetAnalysisCommon.CFElements
Loading