52 G4Exception(
"G4PhantomHeadBuilder::BuildHead()",
"human_phantom0011",
FatalException,
"The moder Volume volume is missing !!!!!");
62 G4Exception(
"G4PhantomHeadBuilder::BuildSkull()",
"human_phantom0012",
FatalException,
"The head volume is missing !!!!!");
66 body -> CreateOrgan(
"Skull",
headVolume, colourName, solidVis, sensitivity);
72 G4Exception(
"G4PhantomHeadBuilder::BuildBrain()",
"human_phantom0013",
FatalException,
"The head volume is missing !!!!!");
74 body -> CreateOrgan(
"Brain",
headVolume, colourName, solidVis, sensitivity);
93 if(
model==
"ORNLFemale")
96 body =
new G4ORNLFemaleBodyFactory();
102 if(
model==
"ORNLMale")
104 #ifdef G4LIB_USE_GDML
105 body =
new G4ORNLMaleBodyFactory();