WireCell / wire-cell-toolkit

Toolkit for Liquid Argon TPC Simulation and Reconstruction
https://wirecell.github.io/
Other
7 stars 22 forks source link

YZ Dependent Shape and Scale Simulation #270

Open jzennamo opened 10 months ago

jzennamo commented 10 months ago

This pull request enables the simulation of different signal response functions and gain scales in different locations of the ICARUS YZ plane. Currently there are 15 different regions on each plane of each TPC which creates 360 subvolumes that are simulated.

This starts by using a new DepoSetFilter called DepoSetFilterYZ.

This PR requires:

  1. Files that are stored in icarus_data in a feature branch called feature/jzennamo_addingYZresponsefunctions
  2. An update to the SimChannel creators in LArWirecell: https://github.com/LArSoft/larwirecell/pull/44
  3. An update to the ICARUSCode fcl files which drive this: https://github.com/SBNSoftware/icaruscode/pull/611