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
1
Merged
Abhijit Mathad
requested to merge
pv
into
master
7 months ago
Overview
4
Commits
20
Pipelines
1
Changes
1
Expand
Fixes the bug that was found in the DV script of the previous
!1514 (merged)
.
0
0
Merge request reports
Viewing commit
08ccd725
Prev
Next
Show latest version
1 file
+
8
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
08ccd725
simplify script
· 08ccd725
amathad
authored
8 months ago
pvassoc/info.yaml
+
8
−
9
Options
@@ -5,15 +5,15 @@ defaults:
-
abhijit.mathad@cern.ch
{
%
- set datasets =
[
('DstMu'
,
11574020)
#('DstTau_Lep'
,
11574010)
#('DstTau_Had'
,
12562000)
#('JpsiK_Mu'
,
12143001)
#('JpsiK_E'
,
12153001)
]
%
}
('DstMu'
,
11574020)
#('DstTau_Lep', 11574010)
#('DstTau_Had', 12562000)
#('JpsiK_Mu', 12143001)
#('JpsiK_E', 12153001)
]
%
}
{
%
- for sample
,
evtID in datasets %
}
{
%
- for polarity
,
tagpol in
[
('MagDown'
,
'
md'
)
,
('MagUp'
,
'
mu'
)
]
%
}
{
%
- for polarity
,
tagpol in
[
('MagDown'
,
'
md'
)
,
('MagUp'
,
'
mu'
)
]
%
}
Hlt1{{sample}}_{{polarity}}
:
application
:
Moore/v55r9@x86_64_v2-el9-gcc13+detdesc-opt
@@ -64,6 +64,5 @@ DV{{sample}}_{{polarity}}:
conddb_tag
:
sim-20231017-vc-{{tagpol}}100
dddb_tag
:
dddb-20231017
input_process
:
"
Hlt2"
{
%
- endfor %
}
{
%
- endfor %
}
{
%
- endfor %
}
Loading