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

Propagate Simulation to TurboConf.

parent f7b4ea75
No related branches found
No related tags found
1 merge request!153Propagate Simulation to TurboConf
......@@ -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