Geant4
10.03.p03
|
#include <G4EmElementSelector.hh>
Public Member Functions | |
G4EmElementSelector (G4VEmModel *, const G4Material *, G4int bins, G4double emin, G4double emax, G4bool spline=true) | |
~G4EmElementSelector () | |
void | Initialise (const G4ParticleDefinition *, G4double cut=0.0) |
void | Dump (const G4ParticleDefinition *p=nullptr) |
const G4Element * | SelectRandomAtom (G4double kineticEnergy) const |
const G4Material * | GetMaterial () const |
Definition at line 63 of file G4EmElementSelector.hh.
G4EmElementSelector::G4EmElementSelector | ( | G4VEmModel * | mod, |
const G4Material * | mat, | ||
G4int | bins, | ||
G4double | emin, | ||
G4double | emax, | ||
G4bool | spline = true |
||
) |
Definition at line 55 of file G4EmElementSelector.cc.
G4EmElementSelector::~G4EmElementSelector | ( | ) |
Definition at line 86 of file G4EmElementSelector.cc.
void G4EmElementSelector::Dump | ( | const G4ParticleDefinition * | p = nullptr | ) |
Definition at line 152 of file G4EmElementSelector.cc.
|
inline |
Definition at line 121 of file G4EmElementSelector.hh.
void G4EmElementSelector::Initialise | ( | const G4ParticleDefinition * | part, |
G4double | cut = 0.0 |
||
) |
Definition at line 95 of file G4EmElementSelector.cc.
Definition at line 106 of file G4EmElementSelector.hh.