CepGen 1.2.5
Central exclusive processes event generator
|
#include <math.h>
#include "CepGen/Core/Exception.h"
#include "CepGen/Physics/HeavyIon.h"
#include "CepGen/Physics/PDG.h"
Go to the source code of this file.
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Macros | |
#define | ELEM_STR(x) #x |
#define | ELEM_EVAL(x) ELEM_STR(x) |
#define | DEF_ELEM(x) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const HeavyIon &hi) |
std::ostream & | operator<< (std::ostream &os, const Element &elem) |
#define DEF_ELEM | ( | x | ) |
Definition at line 27 of file HeavyIon.cpp.
#define ELEM_EVAL | ( | x | ) | ELEM_STR(x) |
Definition at line 26 of file HeavyIon.cpp.
#define ELEM_STR | ( | x | ) | #x |
Definition at line 25 of file HeavyIon.cpp.