48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
#Example of Moon Habitat configuration
|
|
######################################
|
|
# Activate e.m. physics
|
|
/physics/addPhysics photon-epdl
|
|
/physics/addPhysics electron-eedl
|
|
/physics/addPhysics positron-standard
|
|
/physics/addPhysics ion-ICRU
|
|
#################################
|
|
# Activate hadronic physics
|
|
#/physics/addPhysics hadronic-bertini
|
|
#/physics/addPhysics muon-standard
|
|
#/physics/addPhysics decay
|
|
# Sets some default verbose
|
|
/control/verbose 1
|
|
/run/verbose 1
|
|
/event/verbose 0
|
|
/run/initialize
|
|
#######################################
|
|
## Visualisation
|
|
#/vis/scene/create
|
|
# --- Choose one the following visualisation tools
|
|
#/vis/open OGLIX
|
|
#/vis/open DAWNFILE
|
|
#/vis/open VRML2FILE
|
|
# --------
|
|
#/vis/drawVolume
|
|
##/vis/viewer/zoom 2
|
|
#/vis/viewer/set/viewpointThetaPhi 90 180 deg
|
|
#/tracking/storeTrajectory 1
|
|
#/vis/scene/endOfEventAction accumulate
|
|
########################################
|
|
### Choose Moon habitat
|
|
/configuration/choose moon
|
|
#### Add the roof and set its thickness to 0.5 m
|
|
/configuration/AddRoof On
|
|
/roof/thickness 0.5 m
|
|
# Galactic cosmic alpha particles
|
|
/gun/particle alpha
|
|
/gun/data gcr_min_z=2.txt
|
|
/run/beamOn 100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|