Skip to content
Snippets Groups Projects
Commit 91a8d348 authored by Rachid Mazini's avatar Rachid Mazini
Browse files

Merge branch 'jivexml-pflow' into '21.0'

xAODJiveXML: update jobOptions for jet collection names

See merge request !38741
parents bf1e2be3 ea5f8b86
No related branches found
No related tags found
11 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!45045WIP: Include another condition for hit merging in FCS_StepInfoSD.cxx,!45043Merge branch 'Update-DAOD_IDNCB' into '21.2',!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!42171Add LAr cell DQ plots to UPC stream,!40432Sweep 21.3.24 into 21.9,!40342WIP: ATR-22546 - add missing trigger to MC16a,!39712Merge 21.0.120 and 21.0.121 into 21.3,!38741xAODJiveXML: update jobOptions for jet collection names
...@@ -48,9 +48,9 @@ ToolSvc += thexAODPhotonRetriever ...@@ -48,9 +48,9 @@ ToolSvc += thexAODPhotonRetriever
from xAODJiveXML.xAODJiveXMLConf import JiveXML__xAODJetRetriever from xAODJiveXML.xAODJiveXMLConf import JiveXML__xAODJetRetriever
thexAODJetRetriever = JiveXML__xAODJetRetriever (name = "xAODJetRetriever") thexAODJetRetriever = JiveXML__xAODJetRetriever (name = "xAODJetRetriever")
thexAODJetRetriever.FavouriteJetCollection="AntiKt4EMTopoJets" thexAODJetRetriever.FavouriteJetCollection="AntiKt4EMPFlowJets"
## If this list is not set, all other collections will be retrieved ## 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 #thexAODJetRetriever.OutputLevel = VERBOSE
ToolSvc += thexAODJetRetriever ToolSvc += thexAODJetRetriever
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment