70  G4Material* lung_material = material -> GetMaterial(
"lung_material");
 
  117                           "logical" + volumeName, 0, 0, 0); 
 
  129   if (sensitivity==
true)
 
  138   G4Colour colour = colourPointer -> GetColour(colourName);
 
  148  G4cout << 
"Volume of LeftLung = " << (LeftLungVol)/
cm3 << 
" cm^3" << G4endl;
 
  152   G4cout << 
"Material of LeftLung = " << LeftLungMat << 
G4endl;
 
  156   G4cout << 
"Density of Material = " << LeftLungDensity*
cm3/
g << 
" g/cm^3" << 
G4endl;
 
  159   G4double LeftLungMass = (LeftLungVol)*LeftLungDensity;