Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
Public Member Functions | |
OneSamplingTable ()=default | |
void | SetSize (std::size_t nx, G4bool useAlias) |
Public Attributes | |
std::size_t | fN |
G4double | fScreenParA |
std::vector< G4double > | fW |
std::vector< G4double > | fCum |
std::vector< G4double > | fA |
std::vector< G4double > | fB |
std::vector< G4int > | fI |
Definition at line 326 of file G4eDPWAElasticDCS.cc.
|
default |
|
inline |
std::vector<G4double> OneSamplingTable::fA |
Definition at line 346 of file G4eDPWAElasticDCS.cc.
Referenced by SetSize().
std::vector<G4double> OneSamplingTable::fB |
Definition at line 347 of file G4eDPWAElasticDCS.cc.
Referenced by SetSize().
std::vector<G4double> OneSamplingTable::fCum |
Definition at line 345 of file G4eDPWAElasticDCS.cc.
Referenced by SetSize().
std::vector<G4int> OneSamplingTable::fI |
Definition at line 348 of file G4eDPWAElasticDCS.cc.
Referenced by SetSize().
std::size_t OneSamplingTable::fN |
Definition at line 342 of file G4eDPWAElasticDCS.cc.
Referenced by SetSize().
G4double OneSamplingTable::fScreenParA |
Definition at line 343 of file G4eDPWAElasticDCS.cc.
std::vector<G4double> OneSamplingTable::fW |
Definition at line 344 of file G4eDPWAElasticDCS.cc.
Referenced by SetSize().