From 4a1eb8720f1ab196c9cf563285e8140cd801a0ea Mon Sep 17 00:00:00 2001
From: Teng Jian Khoo <teng.jian.khoo@cern.ch>
Date: Thu, 6 Sep 2018 17:10:37 +0200
Subject: [PATCH] Added GSF track detailed content to DAOD_PHYSVAL to support
 el LH calc

Former-commit-id: 2681e1b0a83ed9b5dd0876f130e9a34151cc796d
---
 .../DerivationFrameworkExamples/share/PHYSVAL.py               | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/share/PHYSVAL.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/share/PHYSVAL.py
index bd250ab4cc75..7742e9b133a2 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/share/PHYSVAL.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/share/PHYSVAL.py
@@ -133,7 +133,8 @@ PHYSVALSlimmingHelper.ExtraVariables = [ "BTagging_AntiKt4EMTopoSecVtx.-vxTrackA
                                          "TauChargedParticleFlowObjects.pt.eta.phi.m.bdtPi0Score",
                                          "AntiKt4TruthDressedWZJets.GhostCHadronsFinalCount.GhostBHadronsFinalCount.pt.HadronConeExclTruthLabelID.ConeTruthLabelID.PartonTruthLabelID.TrueFlavor",
                                          ]
-
+from DerivationFrameworkEGamma.ElectronsCPDetailedContent import GSFTracksCPDetailedContent
+PHYSVALSlimmingHelper.ExtraVariables += GSFTracksCPDetailedContent
 
 # Trigger content
 PHYSVALSlimmingHelper.IncludeJetTriggerContent = True
-- 
GitLab