Skip to content
Snippets Groups Projects
Commit 2d50ef45 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues Committed by Alex Pearce
Browse files

Merge branch 'apearce-2016-turbo-mc-fix' into '2018-patches'

Propagate Simulation to TurboConf

See merge request lhcb/DaVinci!153

(cherry picked from commit f80e7c42)

ab32f1b2 Propagate Simulation to TurboConf.
parent 1794d689
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ class DaVinci(LHCbConfigurableUser) :
self.setOtherProps(DstConf(),["DataType","Turbo"])
self.setOtherProps(TrackSys(),["DataType"])
if self.getProp("Turbo"):
self.setOtherProps(TurboConf(), ["DataType","RootInTES"])
self.setOtherProps(TurboConf(), ["DataType","Simulation","RootInTES"])
def _analysisSeq(self) :
return GaudiSequencer('DaVinciAnalysisSeq', IgnoreFilterPassed = 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