65 G4Material* soft = material -> GetMaterial(
"soft_tissue");
77 "logical" + volumeName,
83 "physicalLeftAdrenal", logicLeftAdrenal,
91 G4Colour colour = colourPointer -> GetColour(colourName);
100 G4cout <<
"Volume of LeftAdrenal = " << LeftAdrenalVol/
cm3 <<
" cm^3" <<
G4endl;
104 G4cout <<
"Material of LeftAdrenal = " << LeftAdrenalMat <<
G4endl;
108 G4cout <<
"Density of Material = " << LeftAdrenalDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
111 G4double LeftAdrenalMass = (LeftAdrenalVol)*LeftAdrenalDensity;
112 G4cout <<
"Mass of LeftAdrenal = " << LeftAdrenalMass/
gram <<
" g" <<
G4endl;
115 return physLeftAdrenal;