Skip to content

Add new spruce test file

Shunan Zhang requested to merge add-spruce-test-file into master

Add new input files for Sprucing BW tests.

The files are produced by running all Hlt2 Full stream lines as of July 13rd 2023, including the following in hlt2_pp_commissioning

from Hlt2Conf.lines.topological_b import all_lines as topological_b_lines
from Hlt2Conf.lines.inclusive_detached_dilepton import all_lines as inclusive_detached_dilepton_lines
from Hlt2Conf.lines.charmonium_to_dimuon_detached import all_lines as charmonium_to_dimuon_detached_lines
from Hlt2Conf.lines.qee import hlt2_full_lines as qee_full_lines

def make_lines():
    lines = []
    lines += [builder() for builder in topological_b_lines.values()]
    lines += [builder() for builder in inclusive_detached_dilepton_lines.values()]
    lines += [builder() for builder in charmonium_to_dimuon_detached_lines.values()]
    lines += [builder() for builder in qee_full_lines.values()]
    return lines

The input file of Hlt2 stage is upgrade_minbias_hlt1_filtered in TestFileDB, its input rate is assumed to be 1 MHz.

By inspecting the output logs, the overall efficiency is around 17.5%, so the input rate of these Spurcing files is assumed to be 175 kHz.

Needed by lhcb/Moore!2510 (merged).

Edited by Shunan Zhang

Merge request reports