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

Remove temporary comments.

parent 67d09999
No related branches found
No related tags found
2 merge requests!526Draft: S29r2p2 cache,!101Trying to get TurboSP and MC with truthmatching to work
......@@ -1362,13 +1362,11 @@ class Tesla(LHCbConfigurableUser):
kill_selreports = self._configureHlt2SelReportsKill()
self.teslaSeq.Members += [kill_selreports]
# XXX commented out temporarily while running over the weird simulated
# sample
# if self.getProp('SplitRawEventInput') != self.getProp('SplitRawEventOutput'):
# raw_event_juggler = self._raw_event_juggler(
# self.getProp('SplitRawEventInput'),
# self.getProp('SplitRawEventOutput')
# )
# self.teslaSeq.Members += [raw_event_juggler]
if self.getProp('SplitRawEventInput') != self.getProp('SplitRawEventOutput'):
raw_event_juggler = self._raw_event_juggler(
self.getProp('SplitRawEventInput'),
self.getProp('SplitRawEventOutput')
)
self.teslaSeq.Members += [raw_event_juggler]
ApplicationMgr().TopAlg+=[self.teslaSeq]
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