Warning, /geant4/examples/advanced/human_phantom/adultORNLMale.mac is written in an unsupported language. File is not indexed.
0001 # Sets some default verbose
0002 #/control/verbose 2
0003 #
0004 #
0005 #
0006 # Initialize New Phantom
0007 #
0008 # Choose model: ORNLFemale, ORNLMale, MIRD, MIRDHead, ORNLHead
0009 #
0010
0011 /phantom/setPhantomModel ORNLMale
0012 #
0013 # Choose Sex of Phantom: Male or Female
0014 #
0015 /phantom/setPhantomSex Male
0016 #
0017 #
0018 # Construct your Phantom
0019 #
0020 /phantom/buildNewPhantom
0021 /run/initialize
0022
0023
0024