cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
HeavyIon.cpp File Reference
#include <math.h>
#include "CepGen/Core/Exception.h"
#include "CepGen/Physics/HeavyIon.h"
#include "CepGen/Physics/PDG.h"
+ Include dependency graph for HeavyIon.cpp:

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)
 

Macro Definition Documentation

◆ DEF_ELEM

#define DEF_ELEM (   x)
Value:
case Element::x: \
return os << ELEM_EVAL(x)
#define ELEM_EVAL(x)
Definition HeavyIon.cpp:26

Definition at line 27 of file HeavyIon.cpp.

◆ ELEM_EVAL

#define ELEM_EVAL (   x)    ELEM_STR(x)

Definition at line 26 of file HeavyIon.cpp.

◆ ELEM_STR

#define ELEM_STR (   x)    #x

Definition at line 25 of file HeavyIon.cpp.