From 7413bde2e7c01a7d78738f196fc3c3c27478be2a Mon Sep 17 00:00:00 2001 From: Tadej Novak <tadej.novak@cern.ch> Date: Wed, 23 Dec 2020 11:50:23 +0100 Subject: [PATCH] CP algs: Cleanup EventLoop tests --- .../share/EgammaAnalysisAlgorithmsTest_eljob.py | 2 +- .../share/FTagAnalysisAlgorithmsTest_eljob.py | 5 ----- .../share/JetAnalysisAlgorithmsTest_EMTopo_eljob.py | 5 ----- .../share/JetAnalysisAlgorithmsTest_PFlow_eljob.py | 5 ----- 4 files changed, 1 insertion(+), 16 deletions(-) diff --git a/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_eljob.py b/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_eljob.py index bbf680455ce..d4d268597b2 100755 --- a/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_eljob.py +++ b/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_eljob.py @@ -57,7 +57,7 @@ job.options().setDouble( ROOT.EL.Job.optMaxEvents, 500 ) from EgammaAnalysisAlgorithms.EgammaAnalysisAlgorithmsTest import makeSequence algSeq = makeSequence (dataType) -print algSeq # For debugging +print (algSeq) # For debugging for alg in algSeq : job.algsAdd( alg ) pass diff --git a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_eljob.py b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_eljob.py index 88fa5e90944..de0ab5b219d 100755 --- a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_eljob.py +++ b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_eljob.py @@ -24,11 +24,6 @@ parser.add_option( '-u', '--unit-test', dest='unit_test', import ROOT ROOT.xAOD.Init().ignore() -# this forces the jet algorithms dictionary to be loaded before -# anything else, which works around some strange dictionary issues I -# don't understand. -ROOT.CP.JetCalibrationAlg ("dummy", None) - # ideally we'd run over all of them, but we don't have a mechanism to # configure per-sample right now diff --git a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_eljob.py b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_eljob.py index 235132a94ae..768ae197a9d 100755 --- a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_eljob.py +++ b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_eljob.py @@ -24,11 +24,6 @@ parser.add_option( '-u', '--unit-test', dest='unit_test', import ROOT ROOT.xAOD.Init().ignore() -# this forces the jet algorithms dictionary to be loaded before -# anything else, which works around some strange dictionary issues I -# don't understand. -ROOT.CP.JetCalibrationAlg ("dummy", None) - # ideally we'd run over all of them, but we don't have a mechanism to # configure per-sample right now diff --git a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_eljob.py b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_eljob.py index 3d166091181..d51cbab9119 100755 --- a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_eljob.py +++ b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_eljob.py @@ -24,11 +24,6 @@ parser.add_option( '-u', '--unit-test', dest='unit_test', import ROOT ROOT.xAOD.Init().ignore() -# this forces the jet algorithms dictionary to be loaded before -# anything else, which works around some strange dictionary issues I -# don't understand. -ROOT.CP.JetCalibrationAlg ("dummy", None) - # ideally we'd run over all of them, but we don't have a mechanism to # configure per-sample right now -- GitLab