-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run a bunch of sensitiviites together
- Loading branch information
Vetri Velan
committed
Oct 13, 2024
1 parent
550041a
commit c97814c
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
python silicon_oi_scan.py --results_dir results/silicon_power_bkgd_1sec_370meV_phonon_massive --baseline_res_eV 0.37 --masses_GeV 1e-4 1e0 72 --elf phonon mediator massive; | ||
python silicon_oi_scan.py --results_dir results/silicon_power_bkgd_1sec_200meV_phonon_massive --baseline_res_eV 0.20 --masses_GeV 1e-4 1e0 72 --elf phonon mediator massive; | ||
python silicon_oi_scan.py --results_dir results/silicon_power_bkgd_1sec_100meV_phonon_massive --baseline_res_eV 0.10 --masses_GeV 1e-4 1e0 72 --elf phonon mediator massive; | ||
python silicon_oi_scan.py --results_dir results/silicon_power_bkgd_1sec_80meV_phonon_massive --baseline_res_eV 0.08 --masses_GeV 1e-4 1e0 72 --elf phonon mediator massive; | ||
python silicon_oi_scan.py --results_dir results/silicon_power_bkgd_1sec_50meV_phonon_massive --baseline_res_eV 0.05 --masses_GeV 1e-4 1e0 72 --elf phonon mediator massive; | ||
python silicon_oi_scan.py --results_dir results/silicon_power_bkgd_1sec_30meV_phonon_massive --baseline_res_eV 0.03 --masses_GeV 1e-4 1e0 72 --elf phonon mediator massive; | ||
python silicon_oi_scan.py --results_dir results/silicon_power_bkgd_1sec_20meV_phonon_massive --baseline_res_eV 0.02 --masses_GeV 1e-4 1e0 72 --elf phonon mediator massive; |