#include <G4tgrMaterial.hh>
Definition at line 40 of file G4tgrMaterial.hh.
◆ G4tgrMaterial()
G4tgrMaterial::G4tgrMaterial |
( |
| ) |
|
◆ ~G4tgrMaterial()
G4tgrMaterial::~G4tgrMaterial |
( |
| ) |
|
|
virtual |
◆ GetA()
virtual G4double G4tgrMaterial::GetA |
( |
| ) |
const |
|
pure virtual |
◆ GetComponent()
virtual const G4String & G4tgrMaterial::GetComponent |
( |
G4int | i | ) |
const |
|
pure virtual |
◆ GetDensity()
G4double G4tgrMaterial::GetDensity |
( |
| ) |
const |
|
inline |
◆ GetFraction()
◆ GetIonisationMeanExcitationEnergy()
G4double G4tgrMaterial::GetIonisationMeanExcitationEnergy |
( |
| ) |
const |
|
inline |
◆ GetName()
const G4String & G4tgrMaterial::GetName |
( |
| ) |
const |
|
inline |
◆ GetNumberOfComponents()
G4int G4tgrMaterial::GetNumberOfComponents |
( |
| ) |
const |
|
inline |
◆ GetPressure()
G4double G4tgrMaterial::GetPressure |
( |
| ) |
const |
|
inline |
◆ GetState()
const G4State & G4tgrMaterial::GetState |
( |
| ) |
const |
|
inline |
◆ GetTemperature()
G4double G4tgrMaterial::GetTemperature |
( |
| ) |
const |
|
inline |
◆ GetType()
const G4String & G4tgrMaterial::GetType |
( |
| ) |
const |
|
inline |
◆ GetZ()
virtual G4double G4tgrMaterial::GetZ |
( |
| ) |
const |
|
pure virtual |
◆ SetIonisationMeanExcitationEnergy()
void G4tgrMaterial::SetIonisationMeanExcitationEnergy |
( |
G4double | mee | ) |
|
|
inline |
◆ SetPressure()
void G4tgrMaterial::SetPressure |
( |
G4double | val | ) |
|
|
inline |
◆ SetState()
void G4tgrMaterial::SetState |
( |
const G4String & | val | ) |
|
Definition at line 47 of file G4tgrMaterial.cc.
48{
49 if(val == "Undefined")
50 {
52 }
53 else if(val == "Solid")
54 {
56 }
57 else if(val == "Liquid")
58 {
60 }
61 else if(val == "Gas")
62 {
64 }
65 else
66 {
68 "Only possible states are Undefined/Solid/Liquid/Gas!");
69 }
70}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Referenced by G4tgrLineProcessor::ProcessLine().
◆ SetTemperature()
void G4tgrMaterial::SetTemperature |
( |
G4double | val | ) |
|
|
inline |
◆ theDensity
G4double G4tgrMaterial::theDensity = 0.0 |
|
protected |
◆ theIonisationMeanExcitationEnergy
G4double G4tgrMaterial::theIonisationMeanExcitationEnergy = -1.0 |
|
protected |
◆ theMateType
G4String G4tgrMaterial::theMateType = "Material" |
|
protected |
◆ theName
G4String G4tgrMaterial::theName = "Material" |
|
protected |
◆ theNoComponents
G4int G4tgrMaterial::theNoComponents = 0 |
|
protected |
◆ thePressure
G4double G4tgrMaterial::thePressure = 0.0 |
|
protected |
◆ theState
◆ theTemperature
G4double G4tgrMaterial::theTemperature = 0.0 |
|
protected |
The documentation for this class was generated from the following files: