Skip to content
Snippets Groups Projects
Commit bd36aeb4 authored by BinBin Dong's avatar BinBin Dong
Browse files

run folder deco first then b-tagging

parent fdb82357
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ from BTagging.JetSecVtxFindingAlgConfig import JetSecVtxFindingAlgCfg ...@@ -17,6 +17,7 @@ from BTagging.JetSecVtxFindingAlgConfig import JetSecVtxFindingAlgCfg
from BTagging.BTagTrackAugmenterAlgConfig import BTagTrackAugmenterAlgCfg from BTagging.BTagTrackAugmenterAlgConfig import BTagTrackAugmenterAlgCfg
from FlavorTagDiscriminants.BTagJetAugmenterAlgConfig import BTagJetAugmenterAlgCfg from FlavorTagDiscriminants.BTagJetAugmenterAlgConfig import BTagJetAugmenterAlgCfg
from FlavorTagDiscriminants.BTagMuonAugmenterAlgConfig import BTagMuonAugmenterAlgCfg from FlavorTagDiscriminants.BTagMuonAugmenterAlgConfig import BTagMuonAugmenterAlgCfg
from FlavorTagDiscriminants.FoldDecoratorConfig import FoldDecoratorCfg
from FlavorTagDiscriminants.FlavorTagNNConfig import ( from FlavorTagDiscriminants.FlavorTagNNConfig import (
FlavorTagNNCfg, FlavorTagNNCfg,
MultifoldGNNCfg, MultifoldGNNCfg,
...@@ -135,6 +136,8 @@ def BTagRecoSplitCfg(inputFlags, JetCollection=['AntiKt4EMTopo','AntiKt4EMPFlow' ...@@ -135,6 +136,8 @@ def BTagRecoSplitCfg(inputFlags, JetCollection=['AntiKt4EMTopo','AntiKt4EMPFlow'
# loop over jet collections and schedule btagging algorithms # loop over jet collections and schedule btagging algorithms
for jc in JetCollection: for jc in JetCollection:
if jc == "AntiKt4EMPFlow":
result.merge(FoldDecoratorCfg(inputFlags))
result.merge( result.merge(
BTagAlgsCfg( BTagAlgsCfg(
inputFlags, inputFlags,
......
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