-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example .cfg file for launch_ndcafmaker_campaign.py.
- Loading branch information
1 parent
2cf64c7
commit 5b683bd
Showing
1 changed file
with
17 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,17 @@ | ||
# Which horn currents? | ||
--horn_currents FHC RHC | ||
|
||
# Initial run number (used in the calculation of the random seed). | ||
--initial_run_number 0 | ||
|
||
# POT per file? | ||
--pot_per_file 1e16 | ||
|
||
# Which off-axis positions in m? | ||
--off-axis_positions 1.75 5.75 | ||
|
||
# How much POT at each position? This can be a space separated list as | ||
# with --off-axis_positions. If only one value is provided, the same | ||
# POT will be assumed at each position. | ||
--off-axis_pot 2e18 | ||
|