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

Merge branch 'cherry-pick-bea25013' into '2018-patches'

Cherry-pick MR !198 to 2018-patches branch

See merge request !203
parents e0eb7de1 eea93f3c
No related branches found
No related tags found
1 merge request!203Cherry-pick MR !198 to 2018-patches branch
...@@ -1347,7 +1347,7 @@ class Tesla(LHCbConfigurableUser): ...@@ -1347,7 +1347,7 @@ class Tesla(LHCbConfigurableUser):
else: else:
DecodeRawEvent().DataOnDemand=True DecodeRawEvent().DataOnDemand=True
RecombineRawEvent(Version=self.getProp('SplitRawEventInput')) RecombineRawEvent(Version=self.getProp('SplitRawEventInput'))
if self.getProp('Simulation')==True: if self.getProp('DataType') in ['2015', '2016'] and self.getProp('Simulation')==True:
self._unpackMC() self._unpackMC()
TurboConf().setProp("PersistReco",True) TurboConf().setProp("PersistReco",True)
# We don't want the PersistReco reconstruction under # We don't want the PersistReco reconstruction under
......
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