Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
@@ -0,0 +1,33 @@
\page Examples_parameterisations Category "parameterisations"
Examples in this directory demonstrate use of parameterisation libraries.
Currently, two examples are provided:
\ref ExamplePar01
This example demonstrates the use of parameterisation facilities.
It was moved in extended examples from novice/N05 with removal of
novice examples.
\ref ExamplePar02
This example shows how to do "track and energy smearing" in Geant4,
in order to have a very fast simulation based on assumed detector
resolutions.
\ref ExamplePar03
This example demonstrates how to create multiple energy deposits
from the fast simulation model and store it alongside deposits created
in full/detailed simulation.
\ref ExamplePar04
This example demonstrates how to use machine-learning aided fast simulation
of electromagnetic showers. It runs inference using an external library:
either ONNX Runtime, or LWTNN.
\ref Examples_gflash
Set of examples demonstrating the use of the GFLASH parameterisation library.