Skip to content
Snippets Groups Projects

Add SL WG production for Run 3 charged isolation studies

Merged Mark Smith requested to merge masmith/SL_run3_isolation into master
4 unresolved threads
13 files
+ 91
1621
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -8,31 +8,36 @@ defaults:
- gregory.max.ciezarek@cern.ch
{%- set datasets = [
('b0_dstp_e', 11584030),
('b0_dstp_taue', 11584010),
('b0_dstp_muon', 11574020),
('b0_dstp_taumuon', 11574010),
('bu_dststz_e', 12685400),
('bu_dststz_taue', 12883000),
('bu_dststz_muon', 12874020),
('bu_dststz_taumuon', 12874040),
('b0_dststp_e', 11686000),
('b0_dststp_taue', 11883000),
('b0_dststp_muon', 11874060),
('b0_dststp_taumuon', 11873030),
('b_dst_d', 12874010),
]%}
{%- for sample, evtID in datasets %}
{%- for polarity, tagpol in [('MagDown', 'md'), ('MagUp', 'mu')] %}
Moore_Dzl_{{sample}}_{{polarity}}:
Hlt1_Dzl_{{sample}}_{{polarity}}:
application: Moore/v54r22@x86_64_v2-centos7-gcc12+detdesc-opt
input:
bk_query: /MC/Dev/Beam6800GeV-expected-2024-{{polarity}}-Nu7.6-25ns-Pythia8/Sim10c/{{evtID}}/DIGI
output: MYHLT2_FULL.dst
output: MYHLT1.dst
options:
entrypoint: SL_run3_isolation_Dzl.run_Dzl_Moore:main
entrypoint: SL_run3_isolation_Dzl.run_Dzl_hlt1:main
extra_options:
input_raw_format: 0.3
conddb_tag: sim-20231017-vc-{{tagpol}}100
dddb_tag: dddb-20231017
input_type: ROOT
output_type: ROOT
simulation: True
data_type: "Upgrade"
scheduler_legacy_mode: False
Hlt2_Dzl_{{sample}}_{{polarity}}:
application: Moore/v54r22@x86_64_v2-centos7-gcc12+detdesc-opt
input:
job_name: Hlt1_Dzl_{{sample}}_{{polarity}}
output: MYHLT2.dst
options:
entrypoint: SL_run3_isolation_Dzl.run_Dzl_hlt2:main
extra_options:
input_raw_format: 0.3
conddb_tag: sim-20231017-vc-{{tagpol}}100
@@ -46,10 +51,10 @@ Moore_Dzl_{{sample}}_{{polarity}}:
DaVinci_Dzl_{{sample}}_{{polarity}}:
application: DaVinci/v63r15@x86_64_v2-centos7-gcc12+detdesc-opt
input:
job_name: Moore_Dzl_{{sample}}_{{polarity}}
output: myntuple.root
job_name: Hlt2_Dzl_{{sample}}_{{polarity}}
output: MYNTUPLE.root
options:
entrypoint: SL_run3_isolation_Dzl.run_Dzl_DV:main
entrypoint: SL_run3_isolation_Dzl.run_Dzl_dv:main
extra_options:
input_raw_format: 0.3
input_type: ROOT
@@ -60,4 +65,4 @@ DaVinci_Dzl_{{sample}}_{{polarity}}:
input_process: "Hlt2"
{%- endfor %}
{%- endfor %}
{%- endfor %}
\ No newline at end of file
Loading