|
Geant4
10.03.p03
|
#include "G4PhysicsFreeVector.hh"#include "G4ParticleDefinition.hh"#include "G4Material.hh"#include <functional>#include <utility>#include <unordered_map>#include <iostream>#include <set>#include <stdint.h>

Go to the source code of this file.
Namespaces | |
| G4FastPathHadronicCrossSection | |
Typedefs | |
| using | G4FastPathHadronicCrossSection::XSParam = G4PhysicsFreeVector |
| using | G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Key = std::pair< const G4ParticleDefinition *, const G4Material * > |
| using | G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Cache = std::unordered_map< G4CrossSectionDataStore_Key, cycleCountEntry *, G4CrossSectionDataStore_Key_Hash, G4CrossSectionDataStore_Key_EqualTo > |
| using | G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Requests = std::set< fastPathRequestConfig_t, fastPathRequestConfig_Less > |
|
inline |
Definition at line 297 of file G4FastPathHadronicCrossSection.hh.
