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
1e301f09
Commit
1e301f09
authored
Aug 20, 2020
by
Walter Lampl
Browse files
remove apparently-unnecessary library imports in egammaToolsFactories.py and EMPIDBuilderBase.py
parent
1f956293
Changes
2
Hide whitespace changes
Inline
Side-by-side
Reconstruction/egamma/egammaTools/python/EMPIDBuilderBase.py
View file @
1e301f09
...
...
@@ -9,8 +9,8 @@ from AthenaCommon.Logging import logging
from
egammaTools.egammaToolsConf
import
EMPIDBuilder
# Eventually we need to get rid of this
import
cppyy
cppyy
.
loadDictionary
(
'ElectronPhotonSelectorToolsDict'
)
#
import cppyy
#
cppyy.loadDictionary('ElectronPhotonSelectorToolsDict')
class
EMPIDBuilderElectronBase
(
EMPIDBuilder
):
...
...
Reconstruction/egamma/egammaTools/python/egammaToolsFactories.py
View file @
1e301f09
...
...
@@ -142,8 +142,8 @@ PhotonPIDBuilder = ToolFactory(
# ForwardElectron Selectors
# Eventually we want to get rid of cppyy here
cppyy
.
loadDictionary
(
'ElectronPhotonSelectorToolsDict'
)
#
# Eventually we want to get rid of cppyy here
#
cppyy.loadDictionary('ElectronPhotonSelectorToolsDict')
LooseForwardElectronSelector
=
ToolFactory
(
ConfiguredAsgForwardElectronIsEMSelector
,
...
...
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