Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -0,0 +1,46 @@
########################################################################
## SET ALL VERBSE LEVELS TO 0
## ---------------------------------------------------------------------
/control/verbose 1
/run/verbose 1
/event/verbose 1
/tracking/verbose 1
/mydet/setGdmlFile TestNTST.gdml
########################################################################
## SET NUMBER OF THREADS (will be ignored in case of sequential Geant4)
## ---------------------------------------------------------------------
/run/numberOfThreads 1
/control/cout/prefixString G4-WORKER
########################################################################
## DETECTOR AND MAGNETIC FIELD
## ---------------------------------------------------------------------
###/mydet/setGdmlFile alternative.gdml
## ---------------------------------------------------------------------
/mydet/setField 4.0 tesla
########################################################################
## INIT
## ---------------------------------------------------------------------
/run/initialize
########################################################################
## PRIMARY GENERATOR
## ---------------------------------------------------------------------
# /gun/primaryPerEvt 1
## ---------------------------------------------------------------------
/gun/particle e-
## ---------------------------------------------------------------------
/gun/energy 5 GeV
## ---------------------------------------------------------------------
####/gun/direction 0 1 0
########################################################################
## EXECUTE with 10 events and print the list of processes at the end
## ---------------------------------------------------------------------
/run/beamOn 10
## ---------------------------------------------------------------------
# /process/list