Skip to content
Snippets Groups Projects

Have a separate routing bit writer per stream

Merged Rosen Matev requested to merge rm-stream-routing-bits into master
Files
4
@@ -46,7 +46,9 @@ def test_A_line(name='Hlt2_test_stream_A_line', prescale=1):
def test_B_line(name='Hlt2_test_stream_B_line', prescale=1):
kaons = make_charm_kaons(pid_cut='PIDK < 15')
# intentionally have some overlap with the other line in order to test
# the routing bits in events going to both streams.
kaons = make_charm_kaons(pid_cut='PIDK > 0')
dzeros = make_dzeros(
particles=kaons, descriptors=['D0 -> K- K+'], pvs=make_pvs())
return HltLine(
Loading