Skip to content
Snippets Groups Projects

Draft: Test respruce of 2024 Turbo for BuToD0H, D0ToKsHH

Closed Shunan Zhang requested to merge shunan-respruce-test into master
1 unresolved thread
1 file
+ 14
6
Compare changes
  • Side-by-side
  • Inline
@@ -7,13 +7,19 @@ defaults:
wg: B2OC
{%- set datasets = [
('Sprucing24x', '-Excl-UT', 'Down'),
('Sprucing24x', '-Excl-UT', 'Up'),
('Sprucing24x', '', 'Down'),
('Sprucing24x', '', 'Up'),
('s24c1_md_excl_ut', 0, 297124, 'Sprucing24x', '-Excl-UT', 'Down'),
('s24c2_md_excl_ut', 298748, 301278, 'Sprucing24x', '-Excl-UT', 'Down'),
('s24c1_mu_excl_ut', 295256, 296630, 'Sprucing24x', '-Excl-UT', 'Up'),
('s24c2_mu_excl_ut', 301325, 304604, 'Sprucing24x', '-Excl-UT', 'Up'),
('s24c2_mu', 301325, 304604, 'Sprucing24x', '', 'Down'),
('s24c3_mu', 304648, 305739, 'Sprucing24x', '', 'Down'),
('s24c4_mu', 308104, 308540, 'Sprucing24x', '', 'Down'),
('s24c2_md', 297132, 301278, 'Sprucing24x', '', 'Up'),
('s24c3_md', 305802, 307544, 'Sprucing24x', '', 'Up'),
('s24c4_md', 307589, 308098, 'Sprucing24x', '', 'Up'),
]%}
{%- for version, condition, polarity in datasets %}
Bu2D0H_D02KsHH_{{ version }}_{{ polarity }}{{ condition }}:
{%- for name, start_run, end_run, version, condition, polarity in datasets %}
Bu2D0H_D02KsHH_{{ name }}_{{ version }}_{{ polarity }}{{ condition }}:
options:
entrypoint: BuToD0H_D0ToKsHH_Run3.dv_BuToD0H_D0ToKsHH:alg_config_Bu2D0H_D02KsHH
extra_options:
@@ -30,6 +36,8 @@ Bu2D0H_D02KsHH_{{ version }}_{{ polarity }}{{ condition }}:
dq_flags:
- UNCHECKED
- OK
start_run: {{ start_run }}
end_run: {{ end_run }}
keep_running: true
n_test_lfns: 5
{%- endfor %}
Loading