-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from DUNE/feature_run_on_fsd
feature_run_on_fsd
- Loading branch information
Showing
52 changed files
with
77,238 additions
and
37 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,31 @@ | ||
# The configuration accept the following three ways for e_field, lifetime, response_bin_size | ||
# Can be extended to other parameters | ||
# a single value, e.g e_field: 0.50 | ||
# a list with a single element, e.g e_field: [0.50] | ||
# a list with the length of module numbers, e_field: [0.50, 0.51, 0.49, 0.52] | ||
# Note that if simulation with module variation is activated, | ||
# but the list of the parameter of interest is shorter than the number of modules, | ||
# then it would likely to take the first value | ||
temperature: 87.17 # K | ||
e_field: 0.50 # kV/cm | ||
lifetime: 2.2e+3 # us | ||
time_interval: [0, 200.] # us | ||
long_diff: 4.0e-6 # cm * cm / us | ||
tran_diff: 8.8e-6 # cm * cm / us | ||
drift_length: 46.788 # cm | ||
response_sampling: 0.1 # us | ||
response_bin_size: 0.04434 # cm | ||
time_padding: 190 # us | ||
time_window: 189.1 # us | ||
tpc_offsets: # cm | ||
# - [-23.394, 0., 0.] | ||
# - [23.394, 0., 0.] | ||
- [0., 0., 0.] | ||
- [0., 0., 0.] | ||
tile_map: | ||
- [[19,17,15,13,11,9,7,5,3,1],[20,18,16,14,12,10,8,6,4,2]] | ||
- [[39,37,35,33,31,29,27,25,23,21],[40,38,36,34,32,30,28,26,24,22]] | ||
module_to_io_groups: | ||
1: [1, 2, 3, 4] | ||
module_to_tpcs: | ||
1: [0, 1] |
Oops, something went wrong.