69  G4Material* soft = material -> GetMaterial(
"soft_tissue");
 
   81                              "logical" + volumeName,
 
   87                    "physicalLeftAdrenal", logicLeftAdrenal,
 
   93   if (sensitivity==
true)
 
  102   G4Colour colour = colourPointer -> GetColour(colourName);
 
  111   G4cout << 
"Volume of LeftAdrenal = " << LeftAdrenalVol/
cm3 << 
" cm^3" << 
G4endl;
 
  115   G4cout << 
"Material of LeftAdrenal = " << LeftAdrenalMat << 
G4endl;
 
  119   G4cout << 
"Density of Material = " << LeftAdrenalDensity*
cm3/
g << 
" g/cm^3" << 
G4endl;
 
  122   G4double LeftAdrenalMass = (LeftAdrenalVol)*LeftAdrenalDensity;
 
  123   G4cout << 
"Mass of LeftAdrenal = " << LeftAdrenalMass/
gram << 
" g" << 
G4endl;
 
  126   return physLeftAdrenal;