Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
DaVinci
Commits
2b283e31
Commit
2b283e31
authored
Feb 24, 2017
by
Alex Pearce
Browse files
Make sure we don't re-pack PersistReco.
parent
cacbe105
Changes
1
Hide whitespace changes
Inline
Side-by-side
Phys/Tesla/python/Tesla/Configuration.py
View file @
2b283e31
...
...
@@ -618,6 +618,9 @@ class Tesla(LHCbConfigurableUser):
if
self
.
getProp
(
'Simulation'
)
==
True
:
self
.
_unpackMC
()
TurboConf
().
setProp
(
"PersistReco"
,
True
)
# We don't want the PersistReco reconstruction under
# /Event/Turbo, else it will be packed
TurboConf
().
setProp
(
"RootInTES"
,
"/Event"
)
self
.
_configureOutput
()
#
...
...
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