From ea5f8b86fa76d30f78befe78ac5f3906c1b650ad Mon Sep 17 00:00:00 2001
From: Liaoshan Shi <Liaoshan.Shi@cern.ch>
Date: Mon, 30 Nov 2020 23:56:35 +0100
Subject: [PATCH] change default jet colelction to PFlowJets and write all jets
 to JiveXML by default.

---
 .../xAODJiveXML/share/xAODJiveXML_DataTypes.py                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PhysicsAnalysis/AnalysisEventDisplay/xAODJiveXML/share/xAODJiveXML_DataTypes.py b/PhysicsAnalysis/AnalysisEventDisplay/xAODJiveXML/share/xAODJiveXML_DataTypes.py
index 53c2249e0b26..19b10b41136e 100644
--- a/PhysicsAnalysis/AnalysisEventDisplay/xAODJiveXML/share/xAODJiveXML_DataTypes.py
+++ b/PhysicsAnalysis/AnalysisEventDisplay/xAODJiveXML/share/xAODJiveXML_DataTypes.py
@@ -48,9 +48,9 @@ ToolSvc += thexAODPhotonRetriever
 
 from xAODJiveXML.xAODJiveXMLConf import JiveXML__xAODJetRetriever
 thexAODJetRetriever = JiveXML__xAODJetRetriever (name = "xAODJetRetriever")
-thexAODJetRetriever.FavouriteJetCollection="AntiKt4EMTopoJets"
+thexAODJetRetriever.FavouriteJetCollection="AntiKt4EMPFlowJets"
 ## If this list is not set, all other collections will be retrieved
-thexAODJetRetriever.OtherJetCollections=["AntiKt4LCTopoJets", "CamKt12LCTopoJets", "Kt4EMTopoJets", "Kt4LCTopoJets", "AntiKt4TruthJets", "AntiKt10LCTopoJets"]
+#thexAODJetRetriever.OtherJetCollections=["AntiKt4EMTopoJets", "AntiKt4LCTopoJets", "AntiKt4TruthJets", "AntiKt10LCTopoJets"]
 #thexAODJetRetriever.OutputLevel = VERBOSE
 ToolSvc += thexAODJetRetriever
 
-- 
GitLab