67  G4Material* soft = material -> GetMaterial(
"soft_tissue");
 
   80                             "logical" + volumeName,
 
   93   if (sensitivity==
true)
 
  104   G4Colour colour = colourPointer -> GetColour(colourName);
 
  105   delete colourPointer;
 
  115   G4cout << 
"Volume of LeftOvary = " << LeftOvaryVol/
cm3 << 
" cm^3" << 
G4endl;
 
  119   G4cout << 
"Material of LeftOvary = " << LeftOvaryMat << 
G4endl;
 
  123   G4cout << 
"Density of Material = " << LeftOvaryDensity*
cm3/
g << 
" g/cm^3" << 
G4endl;
 
  126   G4double LeftOvaryMass = (LeftOvaryVol)*LeftOvaryDensity;
 
  129   return physLeftOvary;