From 1fed1e45435253a35318d3d68f65d3888dea9265 Mon Sep 17 00:00:00 2001
From: pereira <pereira@lip.pt>
Date: Fri, 25 Jan 2019 23:08:34 +0100
Subject: [PATCH] Adding variable HadronConeExclTruthLabelID to heavy-ion jet
 collections. This is the standard reference for truth flavour info in
 b-tagging studies, but had not been included in the heavy-ion jet
 reconstruction, which is performed separately from that of other jet
 collections.

---
 Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecTools.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecTools.py b/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecTools.py
index 6b85fcad647..766461bade0 100644
--- a/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecTools.py
+++ b/Reconstruction/HeavyIonRec/HIJetRec/python/HIJetRecTools.py
@@ -199,8 +199,8 @@ if jetFlags.useTracks():
     hi_modifiers += [jtm.trkmoms, jtm.jvf, jtm.jvt]
 #    hi_modifiers += [jtm.jvf, jtm.jvt, jtm.trkmoms]
 if jetFlags.useTruth():
-    hi_modifiers += [jtm.truthpartondr,jtm.partontruthlabel]
-    hi_trk_modifiers += [jtm.truthpartondr,jtm.partontruthlabel]
+    hi_modifiers += [jtm.truthpartondr,jtm.partontruthlabel,jtm.jetdrlabeler]
+    hi_trk_modifiers += [jtm.truthpartondr,jtm.partontruthlabel,jtm.jetdrlabeler]
 
 
 
-- 
GitLab