forked from cmantill/boostedhiggs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
tagger_submit.sh
executable file
·25 lines (22 loc) · 1.9 KB
/
tagger_submit.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/bash
###############################################################################################################
# The following run.py commands on the signal samples are chosen following roughly a 60-40 train-test split
# after considering the number of files available. For reference, the number of files available are,
# ggF number of files:
# - 2018: 22
# - 2017: 25
# - 2016APV: 22
# - 2016: 15
# VBF number of files:
# - 2018: 7
# - 2017: 18
# - 2016APV: 7
# - 2016: 16
###############################################################################################################
python condor/submit.py --channels ele,mu --year 2018 --tag TaggerInput --config samples_inclusive.yaml --key finetuning_sig --pfnano v2_2 --processor input --inference --submit
python condor/submit.py --channels ele,mu --year 2017 --tag TaggerInput --config samples_inclusive.yaml --key finetuning_sig --pfnano v2_2 --processor input --inference --submit
python condor/submit.py --channels ele,mu --year 2016 --tag TaggerInput --config samples_inclusive.yaml --key finetuning_sig --pfnano v2_2 --processor input --inference --submit
python condor/submit.py --channels ele,mu --year 2016APV --tag TaggerInput --config samples_inclusive.yaml --key finetuning_sig --pfnano v2_2 --processor input --inference --submit
python condor/submit.py --channels ele,mu --year 2018 --tag TaggerInput --config samples_inclusive.yaml --key finetuning_top --pfnano v2_2 --processor input --inference --submit --maxfiles 500
python condor/submit.py --channels ele,mu --year 2018 --tag TaggerInput --config samples_inclusive.yaml --key finetuning_wjets --pfnano v2_2 --processor input --inference --submit --maxfiles 100
python condor/submit.py --channels ele,mu --year 2018 --tag TaggerInput --config samples_inclusive.yaml --key finetuning_qcd --pfnano v2_2 --processor input --inference --submit --maxfiles 50