|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PenelopeSamplingData.hh>
Public Member Functions | |
| G4PenelopeSamplingData (G4int npoints=150) | |
| ~G4PenelopeSamplingData () | |
| void | AddPoint (G4double x0, G4double pac0, G4double a0, G4double b0, size_t ITTL0, size_t ITTU0) |
| size_t | GetNumberOfStoredPoints () |
| void | Clear () |
| void | DumpTable () |
| G4double | GetX (size_t index) |
| G4double | GetPAC (size_t index) |
| G4double | GetA (size_t index) |
| G4double | GetB (size_t index) |
| G4double | SampleValue (G4double rndm) |
Definition at line 48 of file G4PenelopeSamplingData.hh.
| G4PenelopeSamplingData::G4PenelopeSamplingData | ( | G4int | npoints = 150 | ) |
Definition at line 36 of file G4PenelopeSamplingData.cc.
| G4PenelopeSamplingData::~G4PenelopeSamplingData | ( | ) |
Definition at line 49 of file G4PenelopeSamplingData.cc.
| void G4PenelopeSamplingData::AddPoint | ( | G4double | x0, |
| G4double | pac0, | ||
| G4double | a0, | ||
| G4double | b0, | ||
| size_t | ITTL0, | ||
| size_t | ITTU0 | ||
| ) |
Definition at line 96 of file G4PenelopeSamplingData.cc.
| void G4PenelopeSamplingData::Clear | ( | ) |
Definition at line 78 of file G4PenelopeSamplingData.cc.
| void G4PenelopeSamplingData::DumpTable | ( | ) |
Definition at line 119 of file G4PenelopeSamplingData.cc.
| G4double G4PenelopeSamplingData::GetA | ( | size_t | index | ) |
Definition at line 152 of file G4PenelopeSamplingData.cc.
| G4double G4PenelopeSamplingData::GetB | ( | size_t | index | ) |
Definition at line 161 of file G4PenelopeSamplingData.cc.
| size_t G4PenelopeSamplingData::GetNumberOfStoredPoints | ( | ) |
Definition at line 60 of file G4PenelopeSamplingData.cc.
Referenced by AddPoint(), DumpTable(), G4PenelopeRayleighModel::SampleSecondaries(), G4PenelopeRayleighModelMI::SampleSecondaries(), and SampleValue().
| G4double G4PenelopeSamplingData::GetPAC | ( | size_t | index | ) |
Definition at line 143 of file G4PenelopeSamplingData.cc.
| G4double G4PenelopeSamplingData::GetX | ( | size_t | index | ) |
Definition at line 134 of file G4PenelopeSamplingData.cc.
Referenced by G4PenelopeRayleighModel::SampleSecondaries(), and G4PenelopeRayleighModelMI::SampleSecondaries().
Definition at line 170 of file G4PenelopeSamplingData.cc.
Referenced by G4PenelopeRayleighModel::SampleSecondaries(), and G4PenelopeRayleighModelMI::SampleSecondaries().