Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -68,13 +68,14 @@ make
To run it:
\verbatim
./ConcentricSpheres all_together.g4
./ConcentricSpheres all_together.in
\endverbatim
which shoots 50 GeV pion- on three different configurations
(Scintillator-PbWO4-Copper, LiquidArgon-Lead-Iron, Silicon-Tungsten-Tungsten),
with 100 events in each run, and print out some information on the
particle fluence at the end of each run.
Other macros exist for each of these specific configurations.
Other macros exist for each of these specific configurations:
lar_pb_fe.in, sci_pbwo4_cu.in, si_w_w.in .
*/
@@ -1,6 +1,6 @@
#----------------------------------------------------------------------------
# Setup the project
cmake_minimum_required(VERSION 3.16...3.21)
cmake_minimum_required(VERSION 3.16...3.27)
project(ConcentricSpheres)
#----------------------------------------------------------------------------
@@ -39,10 +39,10 @@ target_link_libraries(ConcentricSpheres ${Geant4_LIBRARIES} )
# directly there.
#
set(SCRIPTS
all_together.g4
lar_pb_fe.g4
sci_pbwo4_cu.g4
si_w_w.g4
all_together.in
lar_pb_fe.in
sci_pbwo4_cu.in
si_w_w.in
)
foreach(_script ${SCRIPTS})
File diff suppressed because it is too large Load Diff
@@ -4,6 +4,8 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
## 2023-10-26 Alberto Ribon (exhadrParticleFluenceConcentricSpheres-V11-01-01)
- Renamed macro files from *.g4 to *.in, and documented them in README
## 2023-05-08 Alberto Ribon (exhadrParticleFluenceConcentricSpheres-V11-01-00)
- Run, TrackingAction : replaced G4int with G4long for keeping the information
@@ -60,10 +60,11 @@ To build this example:
To run it:
./ConcentricSpheres all_together.g4
./ConcentricSpheres all_together.in
which shoots 50 GeV pion- on three different configurations
(Scintillator-PbWO4-Copper, LiquidArgon-Lead-Iron, Silicon-Tungsten-Tungsten),
with 100 events in each run, and print out some information on the
particle fluence at the end of each run.
Other macros exist for each of these specific configurations.
Other macros exist for each of these specific configurations:
lar_pb_fe.in, sci_pbwo4_cu.in, si_w_w.in .