69  G4Material* adipose = material -> GetMaterial(
"adipose");
 
   70  G4Material* adipose_glandular = material -> GetMaterial(
"adipose_glandular");
 
   80                   zz/2., startPhi, spanningPhi);
 
   84                            "logicalOut"+ volumeName,
 
   90                    zz/2., startPhi, spanningPhi);
 
   94                             "logical"+ volumeName,
 
   98   matrix -> rotateX(-90.* 
degree);
 
   99   matrix -> rotateY(180.* 
degree);
 
  100   matrix -> rotateZ(-18. * 
degree);
 
  104                             "physicalVoxelLeftBreast",
 
  154   G4Colour colour = colourPointer -> GetColour(colourName);
 
  155   delete colourPointer;
 
  158   BreastVisAtt -> SetForceSolid(wireFrame);
 
  159   breast_log -> SetVisAttributes(BreastVisAtt);
 
  162   innerBreastVisAtt -> SetForceSolid(
false);
 
  163   innerBreast_log -> SetVisAttributes(innerBreastVisAtt);
 
  170 if (sensitivity==
true)
 
  174        G4String sensitiveDetectorName = 
"VoxelLeftBreast";
 
  178        G4String ROGeometryName = 
"VoxelLeftROGeometry";
 
  181         phantomROGeometry -> BuildROGeometry();
 
  182     breastSD -> SetROgeometry(phantomROGeometry);
 
  183         SDman -> AddNewDetector(breastSD);
 
  184         innerBreast_log -> SetSensitiveDetector(breastSD);
 
  186  return physInnerBreast;