Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CrossSectionFactory.hh File Reference

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)
#define G4_BASE_REFERENCE_XS_FACTORY(cross_section, flag)
#define G4_DECLARE_XS_FACTORY(cross_section)
#define G4_DECLARE_SHAREDXS_FACTORY(cross_section)
#define G4_DECLARE_SHAREDTLSXS_FACTORY(cross_section)
#define G4_REFERENCE_XS_FACTORY(cross_section)
#define G4_REFERENCE_SHAREDXS_FACTORY(cross_section)
#define G4_REFERENCE_SHAREDTLSXS_FACTORY(cross_section)

Macro Definition Documentation

◆ G4_BASE_DECLARE_XS_FACTORY

#define G4_BASE_DECLARE_XS_FACTORY ( cross_section,
flag )
Value:

Definition at line 121 of file G4CrossSectionFactory.hh.

121#define G4_BASE_DECLARE_XS_FACTORY(cross_section, flag) \
122 const G4CrossSectionFactory<cross_section,flag>& cross_section##Factory = G4CrossSectionFactory<cross_section,flag>(cross_section::Default_Name())

◆ G4_BASE_REFERENCE_XS_FACTORY

#define G4_BASE_REFERENCE_XS_FACTORY ( cross_section,
flag )
Value:
class cross_section; \
extern const G4CrossSectionFactory<cross_section,flag>& cross_section##Factory; \
const G4CrossSectionFactory<cross_section,flag>& cross_section##FactoryRef = cross_section##Factory

Definition at line 124 of file G4CrossSectionFactory.hh.

124#define G4_BASE_REFERENCE_XS_FACTORY(cross_section,flag) \
125 class cross_section; \
126 extern const G4CrossSectionFactory<cross_section,flag>& cross_section##Factory; \
127 const G4CrossSectionFactory<cross_section,flag>& cross_section##FactoryRef = cross_section##Factory

◆ G4_DECLARE_SHAREDTLSXS_FACTORY

#define G4_DECLARE_SHAREDTLSXS_FACTORY ( cross_section)
Value:
#define G4_BASE_DECLARE_XS_FACTORY(cross_section, flag)

Definition at line 132 of file G4CrossSectionFactory.hh.

◆ G4_DECLARE_SHAREDXS_FACTORY

#define G4_DECLARE_SHAREDXS_FACTORY ( cross_section)
Value:

Definition at line 131 of file G4CrossSectionFactory.hh.

◆ G4_DECLARE_XS_FACTORY

#define G4_DECLARE_XS_FACTORY ( cross_section)
Value:

Definition at line 130 of file G4CrossSectionFactory.hh.

◆ G4_REFERENCE_SHAREDTLSXS_FACTORY

#define G4_REFERENCE_SHAREDTLSXS_FACTORY ( cross_section)
Value:
#define G4_BASE_REFERENCE_XS_FACTORY(cross_section, flag)

Definition at line 137 of file G4CrossSectionFactory.hh.

◆ G4_REFERENCE_SHAREDXS_FACTORY

#define G4_REFERENCE_SHAREDXS_FACTORY ( cross_section)
Value:

Definition at line 136 of file G4CrossSectionFactory.hh.

◆ G4_REFERENCE_XS_FACTORY

#define G4_REFERENCE_XS_FACTORY ( cross_section)
Value:

Definition at line 135 of file G4CrossSectionFactory.hh.