Herwig 7.3.0
|
selector selecting only bins which contain the given parameter point More...
#include <selectors.h>
Public Member Functions | |
parametric_selector () | |
the default constructor | |
parametric_selector (std::vector< double > *point, const std::vector< bool > &sample) | |
construct from reference to point and flags to sample variables | |
std::pair< bool, bool > | use (const cell &parent, const cell &, const cell &) const |
return which of the children cells should be considered | |
bool | use (const cell &) const |
return true, if the leaf cell should be considered | |
Private Attributes | |
std::vector< double > * | point_ |
the point chosen | |
std::vector< bool > | sampled_variables_ |
flags for variables to be sampled | |
selector selecting only bins which contain the given parameter point
Definition at line 48 of file selectors.h.
|
inline |
the default constructor
Definition at line 53 of file selectors.h.
|
inline |
construct from reference to point and flags to sample variables
Definition at line 57 of file selectors.h.
|
inline |
return true, if the leaf cell should be considered
Definition at line 69 of file selectors.h.
|
private |
the point chosen
Definition at line 74 of file selectors.h.
|
private |
flags for variables to be sampled
Definition at line 77 of file selectors.h.