DUNE / larnd-sim

Simulation framework for a pixelated Liquid Argon TPC
Apache License 2.0
10 stars 27 forks source link

Read TPC positions from input gdml and update yaml file #148

Open liviocali opened 1 year ago

liviocali commented 1 year ago

Issue occurring after beam window optimisation that TPC positions in larndsim were not matching with gdml. Implement script that reads positions from the input gdml and updates the detector yaml file before running simulation.

YifanC commented 1 year ago

Kevin and Matt have updated the 2x2 detector position with the geometry: https://github.com/DUNE/larnd-sim/blob/383ead57929c15ebcb2d619e79ab6c8a3f610b89/larndsim/detector_properties/2x2.yaml#L13

sam-fogarty commented 1 year ago

See PR #153 for a solution to this Issue