69 G4Material* soft = material -> GetMaterial(
"soft_tissue");
81 "logical" + volumeName,
87 "physicalRightAdrenal", logicRightAdrenal,
93 if (sensitivity==
true)
102 G4Colour colour = colourPointer -> GetColour(colourName);
107 G4cout <<
"Right RightAdrenal created !!!!!!" <<
G4endl;
111 G4cout <<
"Volume of RightAdrenal = " << RightAdrenalVol/
cm3 <<
" cm^3" <<
G4endl;
115 G4cout <<
"Material of RightAdrenal = " << RightAdrenalMat <<
G4endl;
119 G4cout <<
"Density of Material = " << RightAdrenalDensity*
cm3/
g <<
" g/cm^3" <<
G4endl;
122 G4double RightAdrenalMass = (RightAdrenalVol)*RightAdrenalDensity;
123 G4cout <<
"Mass of RightAdrenal = " << RightAdrenalMass/
gram <<
" g" <<
G4endl;
126 return physRightAdrenal;