Skip to content

Commit

Permalink
Merge pull request #148 from DUNE/feature_run_on_fsd
Browse files Browse the repository at this point in the history
feature_run_on_fsd
  • Loading branch information
mjkramer authored Dec 20, 2024
2 parents 603ce41 + f17ca1a commit 293643c
Show file tree
Hide file tree
Showing 52 changed files with 77,238 additions and 37 deletions.
31 changes: 31 additions & 0 deletions data/fsd_flow/fsd.yaml
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]
Loading

0 comments on commit 293643c

Please sign in to comment.