-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrun_fit.sh
More file actions
executable file
·6 lines (6 loc) · 1008 Bytes
/
run_fit.sh
File metadata and controls
executable file
·6 lines (6 loc) · 1008 Bytes
1
2
3
4
5
6
nohup python ttbar.py --cat cen2016 --senario RSGluon --input /eos/home-h/hrejebsf/2Dalphabet_files/files_loosetomedium_Sep24 --signal RSGluon2000 > output1.log 2>&1 &
nohup python ttbar.py --cat fwd2016 --senario RSGluon --input /eos/home-h/hrejebsf/2Dalphabet_files/files_loosetomedium_Sep24 --signal RSGluon2000 > output2.log 2>&1 &
nohup python ttbar.py --cat cen2017 --senario RSGluon --input /eos/home-h/hrejebsf/2Dalphabet_files/files_loosetomedium_Sep24 --signal RSGluon2000 > output3.log 2>&1 &
nohup python ttbar.py --cat fwd2017 --senario RSGluon --input /eos/home-h/hrejebsf/2Dalphabet_files/files_loosetomedium_Sep24 --signal RSGluon2000 > output4.log 2>&1 &
nohup python ttbar.py --cat cen2018 --senario RSGluon --input /eos/home-h/hrejebsf/2Dalphabet_files/files_loosetomedium_Sep24 --signal RSGluon2000 > output5.log 2>&1 &
nohup python ttbar.py --cat fwd2018 --senario RSGluon --input /eos/home-h/hrejebsf/2Dalphabet_files/files_loosetomedium_Sep24 --signal RSGluon2000 > output6.log 2>&1 &