Skip to content
Snippets Groups Projects
Commit 96357d9a authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-d555cf8853-master' into 'master'

Merge branch '21.0_AODReductions_JetsBTagging' into '21.0'

See merge request !2767
parents 2940726f 33abe15a
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ class _BTaggingFlags:
#defaultJetCollections = ['AntiKt4LCTopo','AntiKt6LCTopo','AntiKt4TopoEM','AntiKt6TopoEM']
defaultJetCollections = ['AntiKt4LCTopo','AntiKt4EMTopo']
defaultJetCollections = ['AntiKt4EMTopo']
for attr in self._Jets:
setattr(self, attr, defaultJetCollections[:])
......
......@@ -52,10 +52,11 @@ if not BTaggingFlags.DoNotSetupBTagging: # Temporary measure so the JetRec peopl
if ConfInstance.checkFlagsUsingBTaggingFlags():
#Jet collections
JetCollectionList = ['AntiKt4LCTopoJets', 'AntiKt4EMTopoJets', 'AntiKt4TrackJets', 'AntiKt4EMPFlowJets', 'AntiKt2TrackJets']
#JetCollectionList = ['AntiKt4LCTopoJets', 'AntiKt4EMTopoJets', 'AntiKt4TrackJets', 'AntiKt4EMPFlowJets', 'AntiKt2TrackJets']
JetCollectionList = ['AntiKt4EMTopoJets']
from JetRec.JetRecFlags import jetFlags
if jetFlags.useTruth():
JetCollectionList += [ 'AntiKt10TruthWZJets', 'AntiKt4TruthWZJets' ]
#if jetFlags.useTruth():
# JetCollectionList += [ 'AntiKt10TruthWZJets', 'AntiKt4TruthWZJets' ]
#WOUTER: Moved these into the BTaggingsFlags.py file.
#BTaggingFlags.CalibrationChannelAliases += [ "AntiKt4EMTopo->AntiKt4TopoEM" ]
......
......@@ -227,7 +227,7 @@ class detailLevel(JobProperty):
"""
statusOn = True
allowedTypes = ['int']
StoredValue = JetContentDetail.Full
StoredValue = JetContentDetail.Reduced
......
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