63 G4Material* soft = material -> GetMaterial(
"soft_tissue");
79 G4Torus* SigmoidColonUpLowerLargeIntestine =
new G4Torus(
"SigmoidColonUpLowerLargeIntestine",
84 G4VSolid* SigmoidColonDownLowerLargeIntestine =
new G4Torus(
"SigmoidColonDownLowerLargeIntestine",
86 rtor,startphi,deltaphi);
89 relative_rm -> rotateY(180. *
degree);
90 relative_rm -> rotateZ(90. *
degree);
93 SigmoidColonUpLowerLargeIntestine,
94 SigmoidColonDownLowerLargeIntestine,
100 relative_rm_2 -> rotateX(90. *
degree);
103 DescendingColonLowerLargeIntestine,
104 SigmoidColonLowerLargeIntestine,
111 "logical" + volumeName,
116 "physicalLowerLargeIntestine",
117 logicLowerLargeIntestine,
126 G4Colour colour = colourPointer -> GetColour(colourName);
131 G4cout <<
"LowerLargeIntestine created !!!!!!" <<
G4endl;
135 G4cout <<
"Volume of LowerLargeIntestine = " << LowerLargeIntestineVol/
cm3 <<
" cm^3" <<
G4endl;
139 G4cout <<
"Material of LowerLargeIntestine = " << LowerLargeIntestineMat <<
G4endl;
143 G4cout <<
"Density of Material = " << LowerLargeIntestineDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
146 G4double LowerLargeIntestineMass = (LowerLargeIntestineVol)*LowerLargeIntestineDensity;
147 G4cout <<
"Mass of LowerLargeIntestine = " << LowerLargeIntestineMass/
gram <<
" g" <<
G4endl;
150 return physLowerLargeIntestine;