A class to define logical volumes fo TR radiators.
More...
#include <RadiatorLogicalVolume.h>
A class to define logical volumes fo TR radiators.
This class can be used to define the logical volumes for TR radiators. It adds radiator-specific members to the standard logical volume class.
◆ FoilMaterial()
G4Material* RadiatorLogicalVolume::FoilMaterial |
( |
| ) |
|
|
inline |
◆ FoilNumber()
G4double RadiatorLogicalVolume::FoilNumber |
( |
| ) |
|
|
inline |
◆ FoilThickness()
G4double RadiatorLogicalVolume::FoilThickness |
( |
| ) |
|
|
inline |
◆ GasMaterial()
G4Material* RadiatorLogicalVolume::GasMaterial |
( |
| ) |
|
|
inline |
◆ GasThickness()
G4double RadiatorLogicalVolume::GasThickness |
( |
| ) |
|
|
inline |
◆ SetRadiatorProperties()
void RadiatorLogicalVolume::SetRadiatorProperties |
( |
G4Material * |
foilMaterial, |
|
|
G4Material * |
gasMaterial, |
|
|
G4double |
foilThickness, |
|
|
G4double |
gasThickness, |
|
|
G4int |
foilNumber |
|
) |
| |
|
inline |
◆ _foilMaterial
G4Material* RadiatorLogicalVolume::_foilMaterial = nullptr |
|
private |
◆ _foilNumber
G4int RadiatorLogicalVolume::_foilNumber = std::numeric_limits<decltype(_foilNumber)>::lowest() |
|
private |
◆ _foilThickness
G4double RadiatorLogicalVolume::_foilThickness = std::numeric_limits<decltype(_foilThickness)>::lowest() |
|
private |
◆ _gasMaterial
G4Material* RadiatorLogicalVolume::_gasMaterial = nullptr |
|
private |
◆ _gasThickness
G4double RadiatorLogicalVolume::_gasThickness = std::numeric_limits<decltype(_gasThickness)>::lowest() |
|
private |
The documentation for this class was generated from the following file: