Herwig 7.3.0
|
flat sampling selector More...
#include <selectors.h>
Public Member Functions | |
sampling_selector () | |
the default constructor | |
sampling_selector (const Random &r, bool comp=true) | |
the standard constructor | |
std::pair< bool, bool > | use (cell &parent, const cell &first_child, const cell &second_child) const |
return which of the children cells should be considered | |
bool | use (cell &leaf) const |
return true, if the leaf cell should be considered | |
Public Attributes | |
Random | rnd_gen |
The random number generator to be used. | |
bool | compensate |
Whether or not compensation is needed. | |
flat sampling selector
Definition at line 20 of file selectors.h.
|
inline |
the default constructor
Definition at line 23 of file selectors.h.
|
inlineexplicit |
the standard constructor
Definition at line 27 of file selectors.h.
bool exsample::sampling_selector< Random >::compensate |
Whether or not compensation is needed.
Definition at line 42 of file selectors.h.
Random exsample::sampling_selector< Random >::rnd_gen |
The random number generator to be used.
Definition at line 39 of file selectors.h.