65 G4Material* soft = material -> GetMaterial(
"soft_tissue");
81 relative_rm -> rotateX(90. *
degree);
82 relative_rm -> rotateZ(0. *
degree);
83 relative_rm -> rotateY(90. *
degree);
85 AscendingColonUpperLargeIntestine,
86 TraverseColonUpperLargeIntestine,
92 "logical" + volumeName,
97 "physicalUpperLargeIntestine",
98 logicUpperLargeIntestine,
108 G4Colour colour = colourPointer -> GetColour(colourName);
113 G4cout <<
"UpperLargeIntestine created !!!!!!" <<
G4endl;
117 G4cout <<
"Volume of UpperLargeIntestine = " << UpperLargeIntestineVol/
cm3 <<
" cm^3" <<
G4endl;
121 G4cout <<
"Material of UpperLargeIntestine = " << UpperLargeIntestineMat <<
G4endl;
125 G4cout <<
"Density of Material = " << UpperLargeIntestineDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
128 G4double UpperLargeIntestineMass = (UpperLargeIntestineVol)*UpperLargeIntestineDensity;
129 G4cout <<
"Mass of UpperLargeIntestine = " << UpperLargeIntestineMass/
gram <<
" g" <<
G4endl;
132 return physUpperLargeIntestine;