48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
#############################
|
|
############# Activate physics
|
|
#### Add e.m. physics
|
|
/physics/addPhysics photon-epdl
|
|
/physics/addPhysics electron-eedl
|
|
/physics/addPhysics positron-standard
|
|
/physics/addPhysics ion-ICRU
|
|
#### Add Hadronic Physics, muon physics and decay
|
|
/physics/addPhysics hadronic-binary
|
|
/physics/addPhysics muon-standard
|
|
/physics/addPhysics decay
|
|
##############################
|
|
#### Sets some default verbose
|
|
/control/verbose 1
|
|
/run/verbose 1
|
|
/event/verbose 0
|
|
/run/initialize
|
|
##############################
|
|
# Geometrical configuration
|
|
# Choose inflatable vehicle
|
|
/configuration/choose vehicle
|
|
# Add 10 cm water shielding
|
|
/configuration/AddShielding On
|
|
################
|
|
## Visualisation
|
|
/vis/scene/create
|
|
# --- Choose one the following visualisation tools
|
|
/vis/open OGLIX
|
|
#/vis/open DAWNFILE
|
|
#/vis/open VRML2FILE
|
|
# --------
|
|
/vis/drawVolume
|
|
/vis/viewer/set/viewpointThetaPhi 90 180 deg
|
|
/vis/viewer/zoom 2
|
|
/tracking/storeTrajectory 1
|
|
################
|
|
# Define the primary particles
|
|
# Galactic cosmic protons
|
|
/gun/data gcr_min_z=1.txt
|
|
/run/beamOn 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|