Skip to content

Commit 9279f76

Browse files
authored
Merge pull request #237 from DUNE/feature/fsdcube-data
FSD Cube stuff
2 parents 261309a + a2ec89f commit 9279f76

41 files changed

Lines changed: 69126 additions & 20 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/fsdcube_flow/fsd_cube.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
temperature: 87.17 # K
2+
e_field: 0.25 # kV/cm ; FSDCube ran at half-nominal e-field
3+
lifetime: 1.1e+3 # us ; based on data-taking conditions
4+
long_diff: 3.78e-6 # cm * cm / us ; calculated by scaling the larnd-sim values by the ratio of 0.5 to 0.25 kV/cm
5+
tran_diff: 6.34e-6 # cm * cm / us ; on the BNL LAr properties page for diffusion, -5% and -28% for D_L and D_T respectively
6+
drift_length: 47.75 # cm ; This is different from the FSD
7+
response_sampling: 0.1 # us
8+
response_bin_size: 0.04434 # cm
9+
time_padding: 190 # us
10+
time_window: 189.1 # us
11+
tpc_offsets: # cm
12+
- [0, 0, 0]
13+
# Note the tile_map convention is different than 2x2
14+
# as in nd-lar (also in fsd) one vertical row of tiles are connected to one pacman (one io-group)
15+
# while in 2x2 modules, the tile numbering follows horizontal first and then vertical in the 2x4 anode.
16+
tile_map:
17+
- [[1]]
18+
module_to_io_groups:
19+
1: [1]
20+
21+
module_to_tpcs: {1: [0]}

0 commit comments

Comments
 (0)