#include <G4MIRDRightKidney.hh>
Definition at line 42 of file G4MIRDRightKidney.hh.
 
◆ G4MIRDRightKidney()
      
        
          | G4MIRDRightKidney::G4MIRDRightKidney  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~G4MIRDRightKidney()
      
        
          | G4MIRDRightKidney::~G4MIRDRightKidney  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Construct()
Implements G4VOrgan.
Definition at line 64 of file G4MIRDRightKidney.cc.
   72   G4Material* soft = material -> GetMaterial(
"soft_tissue");
    84   G4VSolid* subtrRightKidney = 
new G4Box(
"SubtrRightKidney",xx/2., yy/2., zz/2.);
    96                               "logical" + volumeName,
   102                              "physicalRightKidney", logicRightKidney,
   112   G4Colour colour = colourPointer -> GetColour(colourName);
   121   G4cout << 
"Volume of RightKidney = " << RightKidneyVol/
cm3 << 
" cm^3" << 
G4endl;
   125   G4cout << 
"Material of RightKidney = " << RightKidneyMat << 
G4endl;
   129   G4cout << 
"Density of Material = " << RightKidneyDensity*
cm3/
g << 
" g/cm^3" << 
G4endl;
   132   G4double RightKidneyMass = (RightKidneyVol)*RightKidneyDensity;
   133   G4cout << 
"Mass of RightKidney = " << RightKidneyMass/
gram << 
" g" << 
G4endl;
   136   return physRightKidney;
 
CLHEP::Hep3Vector G4ThreeVector
 
G4Material * GetMaterial() const
 
virtual G4double GetCubicVolume()
 
G4double GetDensity() const
 
void SetForceSolid(G4bool)
 
G4GLOB_DLL std::ostream G4cout
 
const G4String & GetName() const
 
const G4String & GetName() const
 
G4VSolid * GetSolid() const
 
void SetVisAttributes(const G4VisAttributes *pVA)
 
 
 
 
The documentation for this class was generated from the following files: