61 G4Material* soft = material -> GetMaterial(
"soft_tissue");
84 G4Box* SubtrThyroid =
new G4Box(
"SubtrThyroid",
93 relative_matrix -> rotateX(-50.*
degree);
102 relative_matrix_2 -> rotateX(50.*
degree);
118 rm -> rotateZ(180.*
degree);
129 if (sensitivity==
true)
140 G4cout <<
"Thyroid created for "<<sex <<
" !!!!!!" <<
G4endl;
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;