Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stripping
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
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
Stripping
Merge requests
!1688
fix to StrippingB2OC/__init__.py
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
fix to StrippingB2OC/__init__.py
2017-patches-b2oc-abertoli
into
2017-patches
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Alessandro Bertolin
requested to merge
2017-patches-b2oc-abertoli
into
2017-patches
3 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
fix to StrippingB2OC/
init
.py
👍
0
👎
0
Merge request reports
Compare
2017-patches
2017-patches (base)
and
latest version
latest version
34d14791
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Phys/StrippingSelections/python/StrippingSelections/StrippingB2OC/__init__.py
+
1
−
1
Options
@@ -9,7 +9,7 @@
# or submit itself to any jurisdiction. #
###############################################################################
_selections
=
(
'
StrippingB
2DDphi
'
,
'
StrippingB2D
XD2HMuNu
'
,
'
StrippingB2nbody
'
,
'
StrippingB2nbody
'
,
'
StrippingB2
nbody
'
,
'
StrippingBeauty2Charm
'
)
_selections
=
(
'
StrippingB
eauty2Charm
'
,
'
StrippingB2D
Dphi
'
,
'
StrippingB2nbody
'
,
'
StrippingB2
DXD2HMuNu
'
)
for
_sel
in
_selections
:
try
:
Loading