Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FastPathHadronicCrossSection.hh>
Public Member Functions | |
cycleCountEntry (const G4String &pname, const G4Material *mat) | |
~cycleCountEntry () | |
Public Attributes | |
const G4String & | particle |
const G4Material *const | material |
fastPathEntry * | fastPath |
G4double | energy |
G4double | crossSection |
Definition at line 77 of file G4FastPathHadronicCrossSection.hh.
cycleCountEntry::cycleCountEntry | ( | const G4String & | pname, |
const G4Material * | mat | ||
) |
Definition at line 167 of file G4FastPathHadronicCrossSection.cc.
cycleCountEntry::~cycleCountEntry | ( | ) |
Definition at line 184 of file G4FastPathHadronicCrossSection.cc.
G4double G4FastPathHadronicCrossSection::cycleCountEntry::crossSection |
Definition at line 88 of file G4FastPathHadronicCrossSection.hh.
Referenced by ~cycleCountEntry().
G4double G4FastPathHadronicCrossSection::cycleCountEntry::energy |
Definition at line 87 of file G4FastPathHadronicCrossSection.hh.
Referenced by ~cycleCountEntry().
fastPathEntry* G4FastPathHadronicCrossSection::cycleCountEntry::fastPath |
Definition at line 84 of file G4FastPathHadronicCrossSection.hh.
Referenced by G4CrossSectionDataStore::DumpFastPath(), and ~cycleCountEntry().
const G4Material* const G4FastPathHadronicCrossSection::cycleCountEntry::material |
Definition at line 81 of file G4FastPathHadronicCrossSection.hh.
Referenced by ~cycleCountEntry().
const G4String& G4FastPathHadronicCrossSection::cycleCountEntry::particle |
Definition at line 80 of file G4FastPathHadronicCrossSection.hh.
Referenced by ~cycleCountEntry().