|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4XrayReflection.hh>
Additional Inherited Members | |
| Static Public Member Functions inherited from G4VProcess | |
| static const G4String & | GetProcessTypeName (G4ProcessType) |
| Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
| void | ClearNumberOfInteractionLengthLeft () |
| Protected Attributes inherited from G4VProcess | |
| const G4ProcessManager * | aProcessManager = nullptr |
| G4VParticleChange * | pParticleChange = nullptr |
| G4ParticleChange | aParticleChange |
| G4double | theNumberOfInteractionLengthLeft = -1.0 |
| G4double | currentInteractionLength = -1.0 |
| G4double | theInitialNumberOfInteractionLength = -1.0 |
| G4String | theProcessName |
| G4String | thePhysicsTableFileName |
| G4ProcessType | theProcessType = fNotDefined |
| G4int | theProcessSubType = -1 |
| G4double | thePILfactor = 1.0 |
| G4int | verboseLevel = 0 |
| G4bool | enableAtRestDoIt = true |
| G4bool | enableAlongStepDoIt = true |
| G4bool | enablePostStepDoIt = true |
Definition at line 46 of file G4XrayReflection.hh.
|
explicit |
Definition at line 49 of file G4XrayReflection.cc.
|
overridedefault |
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 197 of file G4XrayReflection.cc.
|
inlineoverridevirtual |
|
overridevirtual |
Implements G4VDiscreteProcess.
Definition at line 110 of file G4XrayReflection.cc.
|
overridevirtual |
|
overridevirtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 172 of file G4XrayReflection.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 210 of file G4XrayReflection.cc.
Referenced by BuildPhysicsTable(), and DumpInfo().
| G4int G4XrayReflection::ReadHenkeXrayData | ( | std::string | ElName, |
| std::vector< G4double > & | Ephot, | ||
| std::vector< G4double > & | f1, | ||
| std::vector< G4double > & | f2 ) |
Definition at line 218 of file G4XrayReflection.cc.
Referenced by SaveHenkeDataAsMaterialProperty().
| G4double G4XrayReflection::Reflectivity | ( | const G4double | GamEner, |
| const G4double | SinIncidentAngle, | ||
| const G4Material * | theMat ) const |
Definition at line 66 of file G4XrayReflection.cc.
Referenced by GetMeanFreePath().
| void G4XrayReflection::SaveHenkeDataAsMaterialProperty | ( | ) |
Definition at line 251 of file G4XrayReflection.cc.
Referenced by G4XrayReflection().
| void G4XrayReflection::SetSurfaceRoughness | ( | const G4double | value | ) |
Definition at line 307 of file G4XrayReflection.cc.