68 G4Material* soft = material -> GetMaterial(
"soft_tissue");
86 rm_relative -> rotateX(90. *
degree);
105 "physicalRightBreast",
112 if (sensitivity==
true)
121 G4Colour colour = colourPointer -> GetColour(colourName);
130 G4cout <<
"Volume of RightBreast = " << RightBreastVol/
cm3 <<
" cm^3" <<
G4endl;
134 G4cout <<
"Material of RightBreast = " << RightBreastMat <<
G4endl;
138 G4cout <<
"Density of Material = " << RightBreastDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
141 G4double RightBreastMass = (RightBreastVol)*RightBreastDensity;
142 G4cout <<
"Mass of RightBreast = " << RightBreastMass/
gram <<
" g" <<
G4endl;
145 return physRightBreast;