Skip to content
Snippets Groups Projects

Draft: Gedas Testing

Open Gediminas Sarpis requested to merge gsarpis/testing_AP into master
1 unresolved thread
2 files
+ 225
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 24
0
defaults:
application: DaVinci/v44r11p6
wg: RD
automatically_configure: yes
turbo: no
inform:
- gediminas.sarpis@cern.ch
options:
- muonic_options.py
output: lb_tuple.root
{%- set datasets = [
('16', '6500', '0x6139160F', '16', '03a', '28r2p2'),
('17', '6500', '0x62661709', '17', '04a-WithTurcal', '29r2p3'),
('18', '6500', '0x617d18a4', '18', '05-WithTurcal', '34r0p3'),
]%}
{%- for year, energy, trigger, reco, turbo, strip in datasets %}
{%- for polarity in ['MagDown', 'MagUp'] %}
{{year}}_{{polarity}}:
input:
bk_query: "/LHCb/Collision{{year}}/Beam{{energy}}GeV-VeloClosed-{{polarity}}/Real Data/Reco{{reco}}/Stripping{{strip}}/90000000/SEMILEPTONIC.DST"
{%- endfor %}
{%- endfor %}
Loading