Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Moore
Commits
b3899041
Commit
b3899041
authored
1 year ago
by
Innes Mackay
Browse files
Options
Downloads
Patches
Plain Diff
Enable DD L0 lines
parent
1d0b3756
No related branches found
No related tags found
No related merge requests found
Pipeline
#5583140
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Hlt/Hlt2Conf/python/Hlt2Conf/lines/pid/L0ToPPi.py
+4
-4
4 additions, 4 deletions
Hlt/Hlt2Conf/python/Hlt2Conf/lines/pid/L0ToPPi.py
with
4 additions
and
4 deletions
Hlt/Hlt2Conf/python/Hlt2Conf/lines/pid/L0ToPPi.py
+
4
−
4
View file @
b3899041
...
...
@@ -187,7 +187,7 @@ def L0ToPPi_LL_VeryHighPT(name="Hlt2PID_L0ToPPi_LL_VeryHighPT", prescale=1):
)
#
@register_line_builder(all_lines)
@register_line_builder
(
all_lines
)
def
L0ToPPi_DD_LowPT
(
name
=
"
Hlt2PID_L0ToPPi_DD_LowPT
"
,
prescale
=
0.002
):
pvs
=
make_pvs
()
protons
=
flt
.
filter_down_particles
(
...
...
@@ -212,7 +212,7 @@ def L0ToPPi_DD_LowPT(name="Hlt2PID_L0ToPPi_DD_LowPT", prescale=0.002):
)
#
@register_line_builder(all_lines)
@register_line_builder
(
all_lines
)
def
L0ToPPi_DD_MidPT
(
name
=
"
Hlt2PID_L0ToPPi_DD_MidPT
"
,
prescale
=
0.01
):
pvs
=
make_pvs
()
protons
=
flt
.
filter_down_particles
(
...
...
@@ -237,7 +237,7 @@ def L0ToPPi_DD_MidPT(name="Hlt2PID_L0ToPPi_DD_MidPT", prescale=0.01):
)
#
@register_line_builder(all_lines)
@register_line_builder
(
all_lines
)
def
L0ToPPi_DD_HighPT
(
name
=
"
Hlt2PID_L0ToPPi_DD_HighPT
"
,
prescale
=
0.1
):
pvs
=
make_pvs
()
protons
=
flt
.
filter_down_particles
(
...
...
@@ -262,7 +262,7 @@ def L0ToPPi_DD_HighPT(name="Hlt2PID_L0ToPPi_DD_HighPT", prescale=0.1):
)
#
@register_line_builder(all_lines)
@register_line_builder
(
all_lines
)
def
L0ToPPi_DD_VeryHighPT
(
name
=
"
Hlt2PID_L0ToPPi_DD_VeryHighPT
"
,
prescale
=
1
):
pvs
=
make_pvs
()
protons
=
flt
.
filter_down_particles
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment