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

Go to the source code of this file.

Macros

#define FERMI_CONCAT(x, y)
#define FERMI_INSTANTIATE_MACRO(x, y)
#define FERMI_ADD_FRAGMENT_IMPL(NAME, VALUE)
#define FERMI_ADD_FRAGMENT(VALUE)

Macro Definition Documentation

◆ FERMI_ADD_FRAGMENT

#define FERMI_ADD_FRAGMENT ( VALUE)

◆ FERMI_ADD_FRAGMENT_IMPL

#define FERMI_ADD_FRAGMENT_IMPL ( NAME,
VALUE )
Value:
static auto NAME = VALUE; \
push_back(&NAME);
@ NAME
Definition inflate.h:27

◆ FERMI_CONCAT

#define FERMI_CONCAT ( x,
y )
Value:
x##y

◆ FERMI_INSTANTIATE_MACRO

#define FERMI_INSTANTIATE_MACRO ( x,
y )
Value:
#define FERMI_CONCAT(x, y)