64 G4Material* soft = material -> GetMaterial(
"soft_tissue");
77 "logical" + volumeName,
92 G4Colour colour = colourPointer -> GetColour(colourName);
103 G4cout <<
"Volume of LeftOvary = " << LeftOvaryVol/
cm3 <<
" cm^3" <<
G4endl;
107 G4cout <<
"Material of LeftOvary = " << LeftOvaryMat <<
G4endl;
111 G4cout <<
"Density of Material = " << LeftOvaryDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
114 G4double LeftOvaryMass = (LeftOvaryVol)*LeftOvaryDensity;
117 return physLeftOvary;