Skip to content
Snippets Groups Projects
Commit ea111ed9 authored by Michel De Cian's avatar Michel De Cian Committed by Miroslav Saur
Browse files

Adapt calibration lines for post-TS June 2024

parent e10731e4
No related branches found
No related tags found
5 merge requests!4232Run5: rebase, restructure run5 code, add back examples,!3689Draft: Enlarging mass windows for B2cc lines,!3669Draft: Update References for: LHCb!4624 based on lhcb-2024-patches-mr/879,!3554Synchronize master branch with 2024-patches,!3552Adapt calibration lines for post-TS June 2024
......@@ -18,17 +18,17 @@ all_lines = {}
@register_line_builder(all_lines)
def hlt2_velo_noise_line(name: str = 'Hlt2Calib_VeloNoise',
prescale: float = 0):
"""Passthrough line for Velo raw banks for Velo noise studies
def hlt2_detector_noise_line(name: str = 'Hlt2Calib_DetectorNoise',
prescale: float = 0.2):
"""Passthrough line for detector raw banks for (zero-suppressed) detector noise studies
"""
return Hlt2Line(
name=name,
algs=[],
hlt1_filter_code="",
hlt1_filter_code="Hlt1ODINeeFarFromActivity.*Decision",
prescale=prescale,
raw_banks=['VP'],
raw_banks=['VP', 'UT', 'FT', 'Rich'],
)
......@@ -82,6 +82,6 @@ def hlt2_beamgas_line(name: str = "Hlt2Calib_BeamGas", prescale: float = 1):
name=name,
algs=[],
hlt1_filter_code=r"Hlt1BGI(?!VeloClustersMicroBias).*Decision",
raw_banks=['VP', 'UT', 'FT', 'Rich', 'Muon', 'Calo', 'Plume'],
raw_banks=['VP'],
prescale=prescale,
)
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