Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
793c99d6
Commit
793c99d6
authored
Jul 06, 2020
by
Walter Lampl
Browse files
Merge branch 'overlay/tilefix' into 'master'
Fix running tile overlay without output See merge request
atlas/athena!34424
parents
45e97d2f
74348882
Changes
1
Hide whitespace changes
Inline
Side-by-side
TileCalorimeter/TileSimAlgs/python/TileDigitizationConfig.py
View file @
793c99d6
...
...
@@ -49,10 +49,17 @@ def TileDigitizationCfg(flags):
if
not
flags
.
Digitization
.
PileUpPremixing
and
flags
.
Output
.
doWriteRDO
:
from
TileRecUtils.TileRawChannelMakerConfig
import
TileRawChannelMakerOutputCfg
acc
.
merge
(
TileRawChannelMakerOutputCfg
(
flags
,
streamName
=
'RDO'
)
)
else
:
from
TileRecUtils.TileRawChannelMakerConfig
import
TileRawChannelMakerCfg
acc
.
merge
(
TileRawChannelMakerCfg
(
flags
)
)
if
flags
.
Digitization
.
DoDigiTruth
:
if
flags
.
Digitization
.
DoDigiTruth
:
if
flags
.
Output
.
doWriteRDO
:
from
TileRecUtils.TileRawChannelMakerConfig
import
TileRawChannelMakerDigiHSTruthOutputCfg
acc
.
merge
(
TileRawChannelMakerDigiHSTruthOutputCfg
(
flags
,
streamName
=
'RDO'
)
)
else
:
from
TileRecUtils.TileRawChannelMakerConfig
import
TileRawChannelMakerDigiHSTruthCfg
acc
.
merge
(
TileRawChannelMakerDigiHSTruthCfg
(
flags
)
)
return
acc
...
...
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