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
a837ab95
Commit
a837ab95
authored
Sep 17, 2021
by
Tomasz Bold
Browse files
One step of egamma reco
parent
5a56cc00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Reconstruction/egamma/egammaAlgs/python/EMBremCollectionBuilderConfig.py
0 → 100644
View file @
a837ab95
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
from
AthenaConfiguration.ComponentFactory
import
CompFactory
def
EMBremCollectionBuilderCfg
(
flags
,
name
=
"EMBremCollectionBuilder"
,
**
kwargs
):
acc
=
ComponentAccumulator
()
if
"TrackParticleCreatorTool"
not
in
kwargs
:
from
InDetConfig.TrackRecoConfig
import
TrackParticleCreatorToolCfg
kwargs
[
"TrackParticleCreatorTool"
]
=
acc
.
popToolsAndMerge
(
TrackParticleCreatorToolCfg
(
flags
,
"GSFBuildInDetParticleCreatorTool"
))
# TBC
# if "TrackRefitTool" not in kwargs:
# kwargs["TrackRefitTool"] = acc.popToolsAndMerge( )
alg
=
CompFactory
.
EMBremCollectionBuilder
(
name
,
**
kwargs
)
acc
.
addEventAlgo
(
alg
)
return
acc
\ No newline at end of file
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