Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"
#include "G4CrossSectionDataSetRegistry.hh"
#include "G4VCrossSectionDataSet.hh"
Go to the source code of this file.
Classes | |
class | G4VBaseXSFactory |
class | G4CrossSectionFactory< T > |
Macros | |
#define | G4_DECLARE_XS_FACTORY(cross_section) const G4CrossSectionFactory<cross_section>& cross_section##Factory = G4CrossSectionFactory<cross_section>(cross_section::Default_Name()) |
#define | G4_REFERENCE_XS_FACTORY(cross_section) |
#define G4_DECLARE_XS_FACTORY | ( | cross_section | ) | const G4CrossSectionFactory<cross_section>& cross_section##Factory = G4CrossSectionFactory<cross_section>(cross_section::Default_Name()) |
Definition at line 60 of file G4CrossSectionFactory.hh.
#define G4_REFERENCE_XS_FACTORY | ( | cross_section | ) |
Definition at line 63 of file G4CrossSectionFactory.hh.