67 G4Material* soft = material -> GetMaterial(
"soft_tissue");
85 rm_relative -> rotateX(90. *
degree);
108 "physicalRightBreast",
119 G4Colour colour = colourPointer -> GetColour(colourName);
128 G4cout <<
"Volume of RightBreast = " << RightBreastVol/
cm3 <<
" cm^3" <<
G4endl;
132 G4cout <<
"Material of RightBreast = " << RightBreastMat <<
G4endl;
136 G4cout <<
"Density of Material = " << RightBreastDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
139 G4double RightBreastMass = (RightBreastVol)*RightBreastDensity;
140 G4cout <<
"Mass of RightBreast = " << RightBreastMass/
gram <<
" g" <<
G4endl;
143 return physRightBreast;