62 G4Material* skeleton = material -> GetMaterial(
"skeleton");
86 "physicalLeftLegBone",
96 G4Colour colour = colourPointer -> GetColour(colourName);
106 G4cout <<
"Volume of LeftLegBone = " << LeftLegBoneVol/
cm3 <<
" cm^3" <<
G4endl;
110 G4cout <<
"Material of LeftLegBone = " << LeftLegBoneMat <<
G4endl;
114 G4cout <<
"Density of Material = " << LeftLegBoneDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
117 G4double LeftLegBoneMass = (LeftLegBoneVol)*LeftLegBoneDensity;
118 G4cout <<
"Mass of LeftLegBone = " << LeftLegBoneMass/
gram <<
" g" <<
G4endl;
121 return physLeftLegBone;