#include <vector>#include <map>#include <CLHEP/Units/PhysicalConstants.h>#include "globals.hh"#include "G4ios.hh"#include "G4Element.hh"#include "G4MaterialPropertiesTable.hh"#include "G4IonisParamMat.hh"#include "G4SandiaTable.hh"#include "G4ElementVector.hh"#include "G4MaterialTable.hh"Go to the source code of this file.
Data Structures | |
| class | G4Material |
Defines | |
| #define | G4MATERIAL_HH 1 |
Enumerations | |
| enum | G4State { kStateUndefined = 0, kStateSolid, kStateLiquid, kStateGas } |
| #define G4MATERIAL_HH 1 |
Definition at line 99 of file G4Material.hh.
| enum G4State |
Definition at line 114 of file G4Material.hh.
00114 { kStateUndefined = 0, kStateSolid, kStateLiquid, kStateGas };
1.4.7