Skip to content
Snippets Groups Projects
Commit a93e93b8 authored by Rosen Matev's avatar Rosen Matev :sunny: Committed by Alex Pearce
Browse files

Fix killing of Hlt2SelReports, needs LHCb!748

parent 8eb3933e
No related branches found
No related tags found
2 merge requests!85merge master to future,!73Tesla configuration house-keeping
......@@ -1004,7 +1004,10 @@ class Tesla(LHCbConfigurableUser):
killer = bankKiller("Hlt2SelReportsBankKiller")
killer.BankTypes = ["HltSelReports"]
killer.DefaultIsKill = False
# HltSelReportsWriter::kSourceID_Hlt2 << HltSelReportsWriter::kSourceID_BitShift
killer.KillSourceID = 2 << 13
# HltSelReportsWriter::kSourceID_MajorMask
killer.KillSourceIDMask = 0xE000
kill_seq.Members.append(killer)
# if the list of reports to keep is empty, do nothing more
......
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