Skip to content
Snippets Groups Projects
Commit 010a2da4 authored by Alex Pearce's avatar Alex Pearce
Browse files

Enable PersistReco unpacking in 2015 data.

Towards LHCBPS-1826.
parent b163aef5
No related branches found
No related tags found
1 merge request!320Enable PersistReco unpacking in 2015 data
......@@ -214,7 +214,7 @@ class DaVinci(LHCbConfigurableUser) :
if data_type == "2016":
# Enable the decoding of the persisted reconstruction objects
TurboConf().RunPackedDataDecoder = True
if data_type in ["2016", "2017", "2018"]:
if data_type in ["2015", "2016", "2017", "2018"]:
# Enable the unpacking of the persisted reconstruction objects
TurboConf().RunPersistRecoUnpacking = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment