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

Merge branch 'cherry-pick-aa02ef5b' into 'master'

Cherry-pick MR !192 to master branch

See merge request !194
parents 52cf86f0 157d7602
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!194Cherry-pick MR !192 to master branch
......@@ -1348,7 +1348,7 @@ class Tesla(LHCbConfigurableUser):
if self.getProp('Simulation'):
self._configureDataOnDemand()
if self.getProp('DataType') == '2017' and not self.getProp('CandidatesFromSelReports'):
if self.getProp('DataType') in ['2017', '2018'] and not self.getProp('CandidatesFromSelReports'):
# Unpack the DstData raw bank
TurboConf().setProp("RunPackedDataDecoder", True)
streaming_seq = self._configureOutputTurboSP()
......
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