62 G4Material* soft = material -> GetMaterial(
"soft_tissue");
79 "logical" + volumeName,
98 G4Colour colour = colourPointer -> GetColour(colourName);
107 G4cout <<
"Volume of LeftLeg = " << LeftLegVol/
cm3 <<
" cm^3" <<
G4endl;
111 G4cout <<
"Material of LeftLeg = " << LeftLegMat <<
G4endl;
115 G4cout <<
"Density of Material = " << LeftLegDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
118 G4double LeftLegMass = (LeftLegVol)*LeftLegDensity;