Skip to content
Snippets Groups Projects
Commit 4c97eccd authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Merge branch 'apearce-LHCBPS-1826' into 'run2-patches'

Enable PersistReco unpacking in 2015 data

See merge request !320
parents b163aef5 010a2da4
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