70  G4Material* soft = material -> GetMaterial(
"soft_tissue");
 
   85   G4Box* subtrPancreas = 
new G4Box(
"SubtrPancreas",xx/2., yy/2., zz/2.);
 
   94                                "logical" + volumeName,
 
  108   if (sensitivity==
true)
 
  117   G4Colour colour = colourPointer -> GetColour(colourName);
 
  126   G4cout << 
"Volume of Pancreas = " << PancreasVol/
cm3 << 
" cm^3" << 
G4endl;
 
  130   G4cout << 
"Material of Pancreas = " << PancreasMat << 
G4endl;
 
  134   G4cout << 
"Density of Material = " << PancreasDensity*
cm3/
g << 
" g/cm^3" << 
G4endl;
 
  137   G4double PancreasMass = (PancreasVol)*PancreasDensity;