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