64 G4Material* soft = material -> GetMaterial(
"soft_tissue");
77 "logical" + volumeName,
93 G4Colour colour = colourPointer -> GetColour(colourName);
104 G4cout <<
"Volume of LeftTeste = " << LeftTesteVol/
cm3 <<
" cm^3" <<
G4endl;
108 G4cout <<
"Material of LeftTeste = " << LeftTesteMat <<
G4endl;
112 G4cout <<
"Density of Material = " << LeftTesteDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
115 G4double LeftTesteMass = (LeftTesteVol)*LeftTesteDensity;
118 return physLeftTeste;