Herwig 7.3.0
|
The function object defining the equation to be solved in the case of separate recoilers TODO - refine the whole implementation of separate partons and recoilers. More...
#include <ConstituentReshuffler.h>
Public Types | |
typedef double | ArgType |
typedef double | ValType |
Public Member Functions | |
DecayReshuffleEquation (Energy q, PList::iterator m_begin, PList::iterator m_end, PList::iterator n_begin, PList::iterator n_end) | |
double | operator() (double xi) const |
Static Public Member Functions | |
static double | aUnit () |
static double | vUnit () |
Public Attributes | |
Energy | w |
PList::iterator | p_begin |
PList::iterator | p_end |
PList::iterator | r_begin |
PList::iterator | r_end |
The function object defining the equation to be solved in the case of separate recoilers TODO - refine the whole implementation of separate partons and recoilers.
Definition at line 130 of file ConstituentReshuffler.h.
typedef double Herwig::ConstituentReshuffler::DecayReshuffleEquation::ArgType |
Definition at line 139 of file ConstituentReshuffler.h.
typedef double Herwig::ConstituentReshuffler::DecayReshuffleEquation::ValType |
Definition at line 140 of file ConstituentReshuffler.h.
|
inline |
Definition at line 132 of file ConstituentReshuffler.h.
|
inlinestatic |
Definition at line 142 of file ConstituentReshuffler.h.
|
inline |
Definition at line 153 of file ConstituentReshuffler.h.
|
inlinestatic |
Definition at line 143 of file ConstituentReshuffler.h.
PList::iterator Herwig::ConstituentReshuffler::DecayReshuffleEquation::p_begin |
Definition at line 147 of file ConstituentReshuffler.h.
PList::iterator Herwig::ConstituentReshuffler::DecayReshuffleEquation::p_end |
Definition at line 148 of file ConstituentReshuffler.h.
PList::iterator Herwig::ConstituentReshuffler::DecayReshuffleEquation::r_begin |
Definition at line 150 of file ConstituentReshuffler.h.
PList::iterator Herwig::ConstituentReshuffler::DecayReshuffleEquation::r_end |
Definition at line 151 of file ConstituentReshuffler.h.
Energy Herwig::ConstituentReshuffler::DecayReshuffleEquation::w |
Definition at line 145 of file ConstituentReshuffler.h.