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
40f2b6b5
Commit
40f2b6b5
authored
6 days ago
by
Marian Stahl
Committed by
Miroslav Saur
6 days ago
Browse files
Options
Downloads
Patches
Plain Diff
[calibmon] Fix bug in ETA plots of DstToD0Pi line
parent
403efbfb
No related branches found
Branches containing commit
No related tags found
2 merge requests
!4630
Draft: High-multiplicity charm production
,
!4523
[calibmon] Fix bug in ETA plots of DstToD0Pi line
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Hlt/Hlt2Conf/python/Hlt2Conf/lines/monitoring/calibmon.py
+12
-24
12 additions, 24 deletions
Hlt/Hlt2Conf/python/Hlt2Conf/lines/monitoring/calibmon.py
with
12 additions
and
24 deletions
Hlt/Hlt2Conf/python/Hlt2Conf/lines/monitoring/calibmon.py
+
12
−
24
View file @
40f2b6b5
...
@@ -593,12 +593,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
...
@@ -593,12 +593,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
dst_mass_part_dict
,
dst_mass_part_dict
,
variable_x
=
_CHILDMASS
()
variable_x
=
_CHILDMASS
()
*
(
*
(
in_range
(
p
_bins
[
p
_idx
]
*
GeV
,
_GCHILDETA
(),
p
_bins
[
p
_idx
+
1
]
*
GeV
)
in_range
(
eta
_bins
[
eta
_idx
],
_GCHILDETA
(),
eta
_bins
[
eta
_idx
+
1
])
&
(
_GCHILDPID_K
()
>
pid_cut
)
&
(
_GCHILDPID_K
()
>
pid_cut
)
),
),
variable_y
=
_DELTAMASS
()
variable_y
=
_DELTAMASS
()
*
(
*
(
in_range
(
p
_bins
[
p
_idx
]
*
GeV
,
_GCHILDETA
(),
p
_bins
[
p
_idx
+
1
]
*
GeV
)
in_range
(
eta
_bins
[
eta
_idx
],
_GCHILDETA
(),
eta
_bins
[
eta
_idx
+
1
])
&
(
_GCHILDPID_K
()
>
pid_cut
)
&
(
_GCHILDPID_K
()
>
pid_cut
)
),
),
)
)
...
@@ -608,13 +608,13 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
...
@@ -608,13 +608,13 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
dst_mass_part_dict
,
dst_mass_part_dict
,
variable_x
=
_CHILDMASS
()
variable_x
=
_CHILDMASS
()
*
(
*
(
in_range
(
p
_bins
[
p
_idx
]
*
GeV
,
_GCHILDETA
(),
p
_bins
[
p
_idx
+
1
]
*
GeV
)
in_range
(
eta
_bins
[
eta
_idx
],
_GCHILDETA
(),
eta
_bins
[
eta
_idx
+
1
])
&
(
_GCHILDPID_P
()
>
pid_cut
)
&
(
_GCHILDPID_P
()
>
pid_cut
)
&
(
_GCHILDP
()
>
10
*
GeV
)
&
(
_GCHILDP
()
>
10
*
GeV
)
),
),
variable_y
=
_DELTAMASS
()
variable_y
=
_DELTAMASS
()
*
(
*
(
in_range
(
p
_bins
[
p
_idx
]
*
GeV
,
_GCHILDETA
(),
p
_bins
[
p
_idx
+
1
]
*
GeV
)
in_range
(
eta
_bins
[
eta
_idx
],
_GCHILDETA
(),
eta
_bins
[
eta
_idx
+
1
])
&
(
_GCHILDPID_P
()
>
pid_cut
)
&
(
_GCHILDPID_P
()
>
pid_cut
)
&
(
_GCHILDP
()
>
10
*
GeV
)
&
(
_GCHILDP
()
>
10
*
GeV
)
),
),
...
@@ -625,13 +625,13 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
...
@@ -625,13 +625,13 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
dst_mass_part_dict
,
dst_mass_part_dict
,
variable_x
=
_CHILDMASS
()
variable_x
=
_CHILDMASS
()
*
(
*
(
in_range
(
p
_bins
[
p
_idx
]
*
GeV
,
_GCHILDETA
(),
p
_bins
[
p
_idx
+
1
]
*
GeV
)
in_range
(
eta
_bins
[
eta
_idx
],
_GCHILDETA
(),
eta
_bins
[
eta
_idx
+
1
])
&
(
_GCHILDPID_PK
()
>
pid_cut
)
&
(
_GCHILDPID_PK
()
>
pid_cut
)
&
(
_GCHILDP
()
>
10
*
GeV
)
&
(
_GCHILDP
()
>
10
*
GeV
)
),
),
variable_y
=
_DELTAMASS
()
variable_y
=
_DELTAMASS
()
*
(
*
(
in_range
(
p
_bins
[
p
_idx
]
*
GeV
,
_GCHILDETA
(),
p
_bins
[
p
_idx
+
1
]
*
GeV
)
in_range
(
eta
_bins
[
eta
_idx
],
_GCHILDETA
(),
eta
_bins
[
eta
_idx
+
1
])
&
(
_GCHILDPID_PK
()
>
pid_cut
)
&
(
_GCHILDPID_PK
()
>
pid_cut
)
&
(
_GCHILDP
()
>
10
*
GeV
)
&
(
_GCHILDP
()
>
10
*
GeV
)
),
),
...
@@ -642,16 +642,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
...
@@ -642,16 +642,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
dst_mass_part_dict
,
dst_mass_part_dict
,
variable_x
=
_CHILDMASS
()
variable_x
=
_CHILDMASS
()
*
(
*
(
in_range
(
in_range
(
eta_bins
[
eta_idx
],
_GCHILDETA
(
j
=
2
),
eta_bins
[
eta_idx
+
1
])
p_bins
[
p_idx
]
*
GeV
,
_GCHILDETA
(
j
=
2
),
p_bins
[
p_idx
+
1
]
*
GeV
)
&
(
_GCHILDPID_K
(
j
=
2
)
>
pid_cut
)
&
(
_GCHILDPID_K
(
j
=
2
)
>
pid_cut
)
),
),
variable_y
=
_DELTAMASS
()
variable_y
=
_DELTAMASS
()
*
(
*
(
in_range
(
in_range
(
eta_bins
[
eta_idx
],
_GCHILDETA
(
j
=
2
),
eta_bins
[
eta_idx
+
1
])
p_bins
[
p_idx
]
*
GeV
,
_GCHILDETA
(
j
=
2
),
p_bins
[
p_idx
+
1
]
*
GeV
)
&
(
_GCHILDPID_K
(
j
=
2
)
>
pid_cut
)
&
(
_GCHILDPID_K
(
j
=
2
)
>
pid_cut
)
),
),
)
)
...
@@ -661,16 +657,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
...
@@ -661,16 +657,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
dst_mass_part_dict
,
dst_mass_part_dict
,
variable_x
=
_CHILDMASS
()
variable_x
=
_CHILDMASS
()
*
(
*
(
in_range
(
in_range
(
eta_bins
[
eta_idx
],
_GCHILDETA
(
j
=
2
),
eta_bins
[
eta_idx
+
1
])
p_bins
[
p_idx
]
*
GeV
,
_GCHILDETA
(
j
=
2
),
p_bins
[
p_idx
+
1
]
*
GeV
)
&
(
_GCHILDPID_P
(
j
=
2
)
>
pid_cut
)
&
(
_GCHILDPID_P
(
j
=
2
)
>
pid_cut
)
),
),
variable_y
=
_DELTAMASS
()
variable_y
=
_DELTAMASS
()
*
(
*
(
in_range
(
in_range
(
eta_bins
[
eta_idx
],
_GCHILDETA
(
j
=
2
),
eta_bins
[
eta_idx
+
1
])
p_bins
[
p_idx
]
*
GeV
,
_GCHILDETA
(
j
=
2
),
p_bins
[
p_idx
+
1
]
*
GeV
)
&
(
_GCHILDPID_P
(
j
=
2
)
>
pid_cut
)
&
(
_GCHILDPID_P
(
j
=
2
)
>
pid_cut
)
),
),
)
)
...
@@ -680,16 +672,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
...
@@ -680,16 +672,12 @@ def calibmon_dst_to_d0_pi(name="Hlt2CalibMon_DstToD0Pi"):
dst_mass_part_dict
,
dst_mass_part_dict
,
variable_x
=
_CHILDMASS
()
variable_x
=
_CHILDMASS
()
*
(
*
(
in_range
(
in_range
(
eta_bins
[
eta_idx
],
_GCHILDETA
(
j
=
2
),
eta_bins
[
eta_idx
+
1
])
p_bins
[
p_idx
]
*
GeV
,
_GCHILDETA
(
j
=
2
),
p_bins
[
p_idx
+
1
]
*
GeV
)
&
(
_GCHILDPID_PK
(
j
=
2
)
>
pid_cut
)
&
(
_GCHILDPID_PK
(
j
=
2
)
>
pid_cut
)
),
),
variable_y
=
_DELTAMASS
()
variable_y
=
_DELTAMASS
()
*
(
*
(
in_range
(
in_range
(
eta_bins
[
eta_idx
],
_GCHILDETA
(
j
=
2
),
eta_bins
[
eta_idx
+
1
])
p_bins
[
p_idx
]
*
GeV
,
_GCHILDETA
(
j
=
2
),
p_bins
[
p_idx
+
1
]
*
GeV
)
&
(
_GCHILDPID_PK
(
j
=
2
)
>
pid_cut
)
&
(
_GCHILDPID_PK
(
j
=
2
)
>
pid_cut
)
),
),
)
)
...
...
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