Skip to content

Commit

Permalink
Run a bunch of sensitiviites together
Browse files Browse the repository at this point in the history
  • Loading branch information
Vetri Velan committed Oct 13, 2024
1 parent 550041a commit c97814c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/run_silicon.sh
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;

0 comments on commit c97814c

Please sign in to comment.