Simulation steps

The simulation is a chain or series of steps each modeling a specific physical process. The following picture describes the general workflow and the products for neutrinos from an accelerator beam. Each piece will be described in detail.

 

Beam Simulation

The neutrino beam simulation generates a simulated neutrino flux hitting the detector by combining beam target and detector geometries with information about the incident particle beam from the accelerator, hadronic physics, energy loss and particle decays.

Incident particles are 120 GeV or 8 GeV protons for NuMI or BNB, respectively, or 60 to 120 GeV protons for LBNF. Primary tools are Geant4 and PPFX. In principle, fluka together with flugg can be used as well.

The neutrino beam simulation is external to LArSoft. Note that flux files created from solar, atmospheric, astrophysical, KDAR, or other arbitrary neutrino sources can also be used as input to subsequent stages in the simulation workflow.

Event Generation

Event generation

  • Produces final state secondaries from neutrino interactions within the detector based on input flux description
  • For proton decays and radiologicals, just generates decay signatures
  • Output is list of final state particles in simb::MCTruth

Can run different generators using the same flux files as input.

Detector simulation

Detector simulation produces synthetic data equivalent to the one observed in the detector given generated events as input. It is usually split into steps:

  1. simulation of physics in the detector active material ⇒ electrons and photons for readout
  2. simulation of readout response ⇒ electronics signals from out detector (data-like)

The stage of converting energy depositions into “raw digits” involves the technology of the detector. LAr experiments can make use of code sharing due to similarities.

Some experiments that involve light collection use Geant to do that part of the simulation, either directly embedded in the framework, or as a separate simulation that provides distributions that can be sampled (mostly for speed and efficiency.)

Electron Response

 

Detector response for electrons

  • Field effects, noise, electronics transfer function, etc.
  • Output is fully simulated TPC readout channel

Photon Detector Response

 

Detector response for photons:

  • Photon transport, photo-detector quantum efficiency, noise, electronics transfer function, etc.
  • Output is fully simulated photo-detector readout channel

For more information, please see Erica Snider’s Introduction to LArSoft – source material.

For information about simulations in general, please consult Robert Hatcher’s Simulation Tools in Neutrino Experiments.