Geant4 11.2.2
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 114 of file G4CrossSectionFactory.hh.

114#define G4_BASE_DECLARE_XS_FACTORY(cross_section, flag) \
115 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 117 of file G4CrossSectionFactory.hh.

117#define G4_BASE_REFERENCE_XS_FACTORY(cross_section,flag) \
118 class cross_section; \
119 extern const G4CrossSectionFactory<cross_section,flag>& cross_section##Factory; \
120 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 125 of file G4CrossSectionFactory.hh.

◆ G4_DECLARE_SHAREDXS_FACTORY

#define G4_DECLARE_SHAREDXS_FACTORY ( cross_section)
Value:

Definition at line 124 of file G4CrossSectionFactory.hh.

◆ G4_DECLARE_XS_FACTORY

#define G4_DECLARE_XS_FACTORY ( cross_section)
Value:

Definition at line 123 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 130 of file G4CrossSectionFactory.hh.

◆ G4_REFERENCE_SHAREDXS_FACTORY

#define G4_REFERENCE_SHAREDXS_FACTORY ( cross_section)
Value:

Definition at line 129 of file G4CrossSectionFactory.hh.

◆ G4_REFERENCE_XS_FACTORY

#define G4_REFERENCE_XS_FACTORY ( cross_section)
Value:

Definition at line 128 of file G4CrossSectionFactory.hh.