Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ligang Xia
athena
Commits
99f4ba1b
Commit
99f4ba1b
authored
Feb 15, 2022
by
Ligang Xia
Browse files
fix a bug for trackless setup
parent
2e770031
Changes
1
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/DerivationFramework/DerivationFrameworkFlavourTag/python/FtagRun3DerivationConfig.py
View file @
99f4ba1b
...
...
@@ -45,8 +45,8 @@ def FtagJetCollections(jetcols, seq, pvCols=[], OutputLevel=WARNING):
acc
.
merge
(
RenameInputContainerEmPflowHacksCfg
(
'tracklessAODVersion'
))
for
jetcol
,
pvCol
in
zip
(
jetcols
,
pvCols
):
if
'AntiKt4EMPFlowJets'
in
jetcols
and
cfgFlags
.
BTagging
.
Trackless
:
continue
#
if 'AntiKt4EMPFlowJets' in jetcols and cfgFlags.BTagging.Trackless:
#
continue
acc
.
merge
(
getFtagComponent
(
cfgFlags
,
jetcol
,
taggerlist
,
pvCol
,
OutputLevel
))
Configurable
.
configurableRun3Behavior
=
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment