Have a separate routing bit writer per stream
Compare changes
Files
4@@ -46,7 +46,9 @@ def test_A_line(name='Hlt2_test_stream_A_line', prescale=1):
In the online world, all raw events go into one "pipe". They are later split into streams according to the routing bits. An event that is selected in N (>1) streams will thus get N raw events with slightly different content (e.g. different raw banks). A separate routing bit writer for each stream is thus needed in order to prevent having all of the N raw events go into each of the N streams.
This is a follow-up from the February FEST
Goes with MooreAnalysis!73 (merged)