Skip to content
Snippets Groups Projects

B PV association

Merged Abhijit Mathad requested to merge pv into master
1 file
+ 8
9
Compare changes
  • Side-by-side
  • Inline
+ 8
9
@@ -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