Skip to content
Snippets Groups Projects
Commit 1de03bc4 authored by Miroslav Saur's avatar Miroslav Saur
Browse files

Remove prescale on TAE passthrough line

parent 8040b557
No related branches found
No related tags found
1 merge request!3935Draft: Remove prescale on TAE passthrough line
Pipeline #8320610 passed
......@@ -48,7 +48,7 @@ def hlt2_velo_tomography_line(name: str = 'Hlt2Calib_VeloTomography',
@register_line_builder(all_lines)
def hlt2_tae_line(name: str = 'Hlt2Calib_TAE', prescale: float = 0.33):
def hlt2_tae_line(name: str = 'Hlt2Calib_TAE', prescale: float = 1.0):
"""Passthrough line for TAE events
"""
......
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