66 G4Material* soft = material -> GetMaterial(
"soft_tissue");
89 G4Box* SubtrThyroid =
new G4Box(
"SubtrThyroid",
98 relative_matrix -> rotateX(-50.*
degree);
107 relative_matrix_2 -> rotateX(50.*
degree);
135 G4Colour colour = colourPointer -> GetColour(colourName);
144 G4cout <<
"Volume of Thyroid = " << ThyroidVol/
cm3 <<
" cm^3" <<
G4endl;
148 G4cout <<
"Material of Thyroid = " << ThyroidMat <<
G4endl;
152 G4cout <<
"Density of Material = " << ThyroidDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
155 G4double ThyroidMass = (ThyroidVol)*ThyroidDensity;