Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-12 17:16:06 +01:00
parent 80e2389dd8
commit 84f33a068c
593 changed files with 68589 additions and 1 deletions
@@ -0,0 +1,39 @@
Geant4 extended examples - parameterisations
----------------------------------------------
Examples in this directory demonstrate use of parameterisation libraries.
Currently, two examples are provided:
Par01
-------
This example demonstrates the use of parameterisation facilities.
It was moved in extended examples from novice/N05 with removal of
novice examples.
Par02
-------
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.
Par03
-------
This example demonstrates how to create multiple energy deposits
from the fast simulation model and store it alongside deposits created
in full/detailed simulation.
Par04
-------
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.
gflash
-------
Set of examples demonstrating the use of the GFLASH parameterisation library.