Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kazuya Mochizuki
athena
Commits
4adb937f
Commit
4adb937f
authored
Oct 13, 2021
by
Mark Hodgkinson
Browse files
Update pflow run 3 config to correctly configure lepton usage in a consistent way
with old config.
parent
272d5aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Reconstruction/eflowRec/python/PFRun3Config.py
View file @
4adb937f
...
...
@@ -128,8 +128,11 @@ def PFCfg(inputFlags,**kwargs):
result
=
tempCA
#Configure the pflow algorithms
PFLeptonSelector
=
CompFactory
.
PFLeptonSelector
result
.
addEventAlgo
(
PFLeptonSelector
(
"PFLeptonSelector"
))
PFLeptonSelectorFactory
=
CompFactory
.
PFLeptonSelector
PFLeptonSelector
=
PFLeptonSelectorFactory
(
"PFLeptonSelector"
)
PFLeptonSelector
.
selectElectrons
=
False
PFLeptonSelector
.
selectMuons
=
False
result
.
addEventAlgo
(
PFLeptonSelector
)
from
eflowRec.PFCfg
import
PFTrackSelectorAlgCfg
result
.
merge
(
PFTrackSelectorAlgCfg
(
inputFlags
,
"PFTrackSelector"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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