#include <MyMaterials.hh>
Definition at line 42 of file MyMaterials.hh.
 
      
        
          | MyMaterials::MyMaterials  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | MyMaterials::~MyMaterials  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Definition at line 58 of file MyMaterials.cc.
   83   Vacuum-> AddElement(elN, .7);
 
   84   Vacuum-> AddElement(elO, .3);
 
   87   density= 1.2929e-03 *
g/
cm3;  
 
   91   Air-> AddElement(elN,  massfraction= 75.47/ttt);
 
   92   Air-> AddElement(elO,  massfraction= 23.20/ttt);
 
   97   H2O-> AddElement(elH, natoms=2);
 
   98   H2O-> AddElement(elO, natoms=1);
 
  102   density= 2.70 *
g/
cm3;
 
  107   density= 7.87 *
g/
cm3;
 
  112   density= 11.35 *
g/
cm3;
 
  116   density= 1.032 *
g/
cm3;
 
  118   Scinti-> AddElement(elC, natoms=8);
 
  119   Scinti-> AddElement(elH, natoms=8);
 
int universe_mean_density
 
double A(double temperature)
 
static constexpr double kelvin
 
static constexpr double cm3
 
static constexpr double mole
 
 
 
 
The documentation for this class was generated from the following files:
- source/geant4.10.03.p02/environments/g4py/examples/demos/water_phantom/module/MyMaterials.hh
 
- source/geant4.10.03.p02/environments/g4py/examples/demos/water_phantom/module/MyMaterials.cc