Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AnalysisProductions
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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 Data Packages
AnalysisProductions
Merge requests
!1524
B PV association
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
B PV association
pv
into
master
Overview
4
Commits
20
Pipelines
1
Changes
2
3 unresolved threads
Hide all comments
Merged
Abhijit Mathad
requested to merge
pv
into
master
7 months ago
Overview
4
Commits
20
Pipelines
1
Changes
2
3 unresolved threads
Hide all comments
Expand
Fixes the bug that was found in the DV script of the previous
!1514 (merged)
.
0
0
Merge request reports
Viewing commit
25a31710
Prev
Next
Show latest version
2 files
+
7
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
25a31710
fix bug
· 25a31710
amathad
authored
8 months ago
pvassoc/hlt2.py
+
2
−
1
Options
@@ -201,7 +201,8 @@ def make_b_to_jpsik(jpsi_final_state):
descriptor
=
'
[B+ -> J/psi(1S) K+]cc
'
# apply some DOCA cuts on J/psi(1S) and kaons
cut_combination
=
F
.
require_all
(
F
.
MAXDOCA
<
8.0
,
F
.
MAXDOCACHI2
<
20
)
#cut_combination = F.require_all(F.MAXDOCA < 8.0, F.MAXDOCACHI2 < 20)
cut_combination
=
F
.
require_all
(
F
.
MAXDOCA
<
16.0
,
F
.
MAXDOCACHI2
<
30
)
return
ParticleCombiner
(
Inputs
=
particles
,
name
=
'
BToJpsik_combiner
'
,
DecayDescriptor
=
descriptor
,
Loading