|
Geant4
10.03.p01
|
#include "globals.hh"#include "G4VCrossSectionDataSet.hh"#include "G4CrossSectionFactoryRegistry.hh"#include "G4Threading.hh"

Go to the source code of this file.
Classes | |
| class | G4VBaseXSFactory |
| class | G4CrossSectionFactory< T, mode > |
| class | G4CrossSectionFactory< T, 0 > |
| class | G4CrossSectionFactory< T, 1 > |
| class | G4CrossSectionFactory< T, 2 > |
Macros | |
| #define | G4_BASE_DECLARE_XS_FACTORY(cross_section, flag) const G4CrossSectionFactory<cross_section,flag>& cross_section##Factory = G4CrossSectionFactory<cross_section,flag>(cross_section::Default_Name()) |
| #define | G4_BASE_REFERENCE_XS_FACTORY(cross_section, flag) |
| #define | G4_DECLARE_XS_FACTORY(cross_section) G4_BASE_DECLARE_XS_FACTORY(cross_section,0) |
| #define | G4_DECLARE_SHAREDXS_FACTORY(cross_section) G4_BASE_DECLARE_XS_FACTORY(cross_section,1) |
| #define | G4_DECLARE_SHAREDTLSXS_FACTORY(cross_section) G4_BASE_DECLARE_XS_FACTORY(cross_section,2) |
| #define | G4_REFERENCE_XS_FACTORY(cross_section) G4_BASE_REFERENCE_XS_FACTORY(cross_section,0) |
| #define | G4_REFERENCE_SHAREDXS_FACTORY(cross_section) G4_BASE_REFERENCE_XS_FACTORY(cross_section,1) |
| #define | G4_REFERENCE_SHAREDTLSXS_FACTORY(cross_section) G4_BASE_REFERENCE_XS_FACTORY(cross_section,2) |
| #define G4_BASE_DECLARE_XS_FACTORY | ( | cross_section, | |
| flag | |||
| ) | const G4CrossSectionFactory<cross_section,flag>& cross_section##Factory = G4CrossSectionFactory<cross_section,flag>(cross_section::Default_Name()) |
Definition at line 115 of file G4CrossSectionFactory.hh.
| #define G4_BASE_REFERENCE_XS_FACTORY | ( | cross_section, | |
| flag | |||
| ) |
Definition at line 118 of file G4CrossSectionFactory.hh.
| #define G4_DECLARE_SHAREDTLSXS_FACTORY | ( | cross_section | ) | G4_BASE_DECLARE_XS_FACTORY(cross_section,2) |
Definition at line 126 of file G4CrossSectionFactory.hh.
| #define G4_DECLARE_SHAREDXS_FACTORY | ( | cross_section | ) | G4_BASE_DECLARE_XS_FACTORY(cross_section,1) |
Definition at line 125 of file G4CrossSectionFactory.hh.
| #define G4_DECLARE_XS_FACTORY | ( | cross_section | ) | G4_BASE_DECLARE_XS_FACTORY(cross_section,0) |
Definition at line 124 of file G4CrossSectionFactory.hh.
| #define G4_REFERENCE_SHAREDTLSXS_FACTORY | ( | cross_section | ) | G4_BASE_REFERENCE_XS_FACTORY(cross_section,2) |
Definition at line 131 of file G4CrossSectionFactory.hh.
| #define G4_REFERENCE_SHAREDXS_FACTORY | ( | cross_section | ) | G4_BASE_REFERENCE_XS_FACTORY(cross_section,1) |
Definition at line 130 of file G4CrossSectionFactory.hh.
| #define G4_REFERENCE_XS_FACTORY | ( | cross_section | ) | G4_BASE_REFERENCE_XS_FACTORY(cross_section,0) |
Definition at line 129 of file G4CrossSectionFactory.hh.