Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FastPathHadronicCrossSection.hh>
Public Member Functions | |
fastPathEntry (const G4ParticleDefinition *par, const G4Material *mat, G4double min_cutoff) | |
~fastPathEntry () | |
G4double | GetCrossSection (G4double ene) const |
void | Initialize (G4CrossSectionDataStore *) |
Public Attributes | |
const G4ParticleDefinition *const | particle |
const G4Material *const | material |
const G4double | min_cutoff |
XSParam * | physicsVector |
Definition at line 54 of file G4FastPathHadronicCrossSection.hh.
fastPathEntry::fastPathEntry | ( | const G4ParticleDefinition * | par, |
const G4Material * | mat, | ||
G4double | min_cutoff | ||
) |
Definition at line 65 of file G4FastPathHadronicCrossSection.cc.
fastPathEntry::~fastPathEntry | ( | ) |
Definition at line 79 of file G4FastPathHadronicCrossSection.cc.
|
inline |
Definition at line 58 of file G4FastPathHadronicCrossSection.hh.
void fastPathEntry::Initialize | ( | G4CrossSectionDataStore * | xsds | ) |
Definition at line 95 of file G4FastPathHadronicCrossSection.cc.
const G4Material* const G4FastPathHadronicCrossSection::fastPathEntry::material |
Definition at line 61 of file G4FastPathHadronicCrossSection.hh.
Referenced by Initialize(), operator<<(), and ~fastPathEntry().
const G4double G4FastPathHadronicCrossSection::fastPathEntry::min_cutoff |
Definition at line 62 of file G4FastPathHadronicCrossSection.hh.
Referenced by Initialize(), operator<<(), and ~fastPathEntry().
const G4ParticleDefinition* const G4FastPathHadronicCrossSection::fastPathEntry::particle |
Definition at line 60 of file G4FastPathHadronicCrossSection.hh.
Referenced by Initialize(), operator<<(), and ~fastPathEntry().
XSParam* G4FastPathHadronicCrossSection::fastPathEntry::physicsVector |
Definition at line 64 of file G4FastPathHadronicCrossSection.hh.
Referenced by GetCrossSection(), Initialize(), operator<<(), and ~fastPathEntry().