decreports filter without functors
Compare changes
+ 4
− 6
@@ -10,11 +10,10 @@
@@ -192,10 +191,9 @@ def moore_control_flow(options, streams, process, analytics=False):
Current stream filter uses functors (VoidFilter) which means even if all lines are same changing streams or moving lines between streams requires a new functor cache. To avoid that, VoidFilter is replaced with HltDecReportsFilter from LHCb!4454 (merged)