LDMX-Software / G4DarkBreM

Dark Bremmstrahlung in Geant4 with MadGraph event libraries.
https://ldmx-software.github.io/G4DarkBreM/
Apache License 2.0
0 stars 1 forks source link

Add Z-Axis to Dark Brem Reference Library #12

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

The current dark brem simulation uses a reference library of MadGraph-generated events to simulate the outgoing kinematics after Geant4 determines that a dark brem should happen within a given material. Currently, this reference library has only a single axis - the incident energy of the electron. This has proven successful for simulating a wide range of incident electron energies due to various upstream interactions occuring. Adding another axis to the library corresponding to the atomic number (Z) of the nucleus that the dark brem was generated within MG with would allow this implementation of dark brem to happen realistically in a material that has a wider variety of atoms in it (most importantly, a potential active target made of LYSO and materials within the ECal like PCB).

Expected Changes