67 G4Material* soft = material -> GetMaterial(
"soft_tissue");
82 G4Box* subtrPancreas =
new G4Box(
"SubtrPancreas",xx/2., yy/2., zz/2.);
91 "logical" + volumeName,
108 G4Colour colour = colourPointer -> GetColour(colourName);
117 G4cout <<
"Volume of Pancreas = " << PancreasVol/
cm3 <<
" cm^3" <<
G4endl;
121 G4cout <<
"Material of Pancreas = " << PancreasMat <<
G4endl;
125 G4cout <<
"Density of Material = " << PancreasDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
128 G4double PancreasMass = (PancreasVol)*PancreasDensity;