Skip to content

Commit

Permalink
Merge pull request #10 from alexbooth92/production-MicroProdN1p1
Browse files Browse the repository at this point in the history
Update TPC offset positions for `ndlar`
  • Loading branch information
YifanC authored Sep 9, 2024
2 parents 1a476e9 + 3241d12 commit 162d21a
Showing 1 changed file with 43 additions and 35 deletions.
78 changes: 43 additions & 35 deletions src/LarpixParser/config_repo/ndlar-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,42 +33,50 @@ birks_kb: 0.0486 # g/cm2/MeV Amoruso, et al NIM A 523 (2004) 275
#: Average energy expended per ion pair in LAr in :math:`MeV` from Phys. Rev. A 10, 1452
W_ion: 23.6e-6

# These TPC offsets are obtained by inspecting
# geometry/nd_hall_with_lar_tms_sand_TDR_Production_geometry_v_1.0.3.gdml
# using the https://github.com/DUNE/dunendggd/blob/master/locateVolume.C
# tool with paths like, for example,
# volWorld/rockBox_lv_0/volDetEnclosure_0/volArgonCubeDetector_0/ \
# volArgonCubeCryostatWithTagger_0/volArgonCubeCryostat_0/volWarmSteel_0/ \
# volVaporBarrier_0/volNitrogenGap_0/volThermalInsulation_0/volMembrane_0/ \
# volArgonInner_0/volLArBath_0/volArgonCubeDetector75_0/volNDBucket_8
tpc_offsets: # cm
- [-306.3, 5.387, 462.36]
- [-306.3, 5.387, 563.78]
- [-306.3, 5.387, 665.2]
- [-306.3, 5.387, 766.62]
- [-306.3, 5.387, 868.04]
- [-204.2, 5.387, 462.36]
- [-204.2, 5.387, 563.78]
- [-204.2, 5.387, 665.2]
- [-204.2, 5.387, 766.62]
- [-204.2, 5.387, 868.04]
- [-102.1, 5.387, 462.36]
- [-102.1, 5.387, 563.78]
- [-102.1, 5.387, 665.2]
- [-102.1, 5.387, 766.62]
- [-102.1, 5.387, 868.04]
- [0.0, 5.387, 462.36]
- [0.0, 5.387, 563.78]
- [0.0, 5.387, 665.2]
- [0.0, 5.387, 766.62]
- [0.0, 5.387, 868.04]
- [102.1, 5.387, 462.36]
- [102.1, 5.387, 563.78]
- [102.1, 5.387, 665.2]
- [102.1, 5.387, 766.62]
- [102.1, 5.387, 868.04]
- [204.2, 5.387, 462.36]
- [204.2, 5.387, 563.78]
- [204.2, 5.387, 665.2]
- [204.2, 5.387, 766.62]
- [204.2, 5.387, 868.04]
- [306.3, 5.387, 462.36]
- [306.3, 5.387, 563.78]
- [306.3, 5.387, 665.2]
- [306.3, 5.387, 766.62]
- [306.3, 5.387, 868.04]
- [-300.0000, -60.9290, 465.7559]
- [-300.0000, -60.9290, 565.7559]
- [-300.0000, -60.9290, 665.7559]
- [-300.0000, -60.9290, 765.7559]
- [-300.0000, -60.9290, 865.7559]
- [-200.0000, -60.9290, 465.7559]
- [-200.0000, -60.9290, 565.7559]
- [-200.0000, -60.9290, 665.7559]
- [-200.0000, -60.9290, 765.7559]
- [-200.0000, -60.9290, 865.7559]
- [-100.0000, -60.9290, 465.7559]
- [-100.0000, -60.9290, 565.7559]
- [-100.0000, -60.9290, 665.7559]
- [-100.0000, -60.9290, 765.7559]
- [-100.0000, -60.9290, 865.7559]
- [0.0000, -60.9290, 465.7559]
- [0.0000, -60.9290, 565.7559]
- [0.0000, -60.9290, 665.7559]
- [0.0000, -60.9290, 765.7559]
- [0.0000, -60.9290, 865.7559]
- [100.0000, -60.9290, 465.7559]
- [100.0000, -60.9290, 565.7559]
- [100.0000, -60.9290, 665.7559]
- [100.0000, -60.9290, 765.7559]
- [100.0000, -60.9290, 865.7559]
- [200.0000, -60.9290, 465.7559]
- [200.0000, -60.9290, 565.7559]
- [200.0000, -60.9290, 665.7559]
- [200.0000, -60.9290, 765.7559]
- [200.0000, -60.9290, 865.7559]
- [300.0000, -60.9290, 465.7559]
- [300.0000, -60.9290, 565.7559]
- [300.0000, -60.9290, 665.7559]
- [300.0000, -60.9290, 765.7559]
- [300.0000, -60.9290, 865.7559]

time_interval: [0, 320.] # us
drift_length: 50.4 # cm
Expand Down

0 comments on commit 162d21a

Please sign in to comment.