From 228abae717a147ab5e18909ae37a82d37f19b185 Mon Sep 17 00:00:00 2001 From: James Richard Catmore <james.catmore@cern.ch> Date: Wed, 14 Oct 2020 18:48:06 +0200 Subject: [PATCH] Commenting two more lines in DAOD_PHYS --- .../DerivationFrameworkPhys/share/PHYS.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py index 82fdfc0fa52..31c51dd3cc7 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py @@ -357,8 +357,9 @@ PHYSSlimmingHelper.ExtraVariables += ["AntiKt10TruthTrimmedPtFrac5SmallR20Jets.T "TruthPrimaryVertices.t.x.y.z"] # Add trigger matching -trigmatching_helper_notau.add_to_slimming(PHYSSlimmingHelper) -trigmatching_helper_tau.add_to_slimming(PHYSSlimmingHelper) +# Needs a further MR as described above +#trigmatching_helper_notau.add_to_slimming(PHYSSlimmingHelper) +#trigmatching_helper_tau.add_to_slimming(PHYSSlimmingHelper) # Final construction of output stream PHYSSlimmingHelper.AppendContentToStream(PHYSStream) -- GitLab