herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
exsample::parametric_selector Class Reference

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
 

Detailed Description

selector selecting only bins which contain the given parameter point

Definition at line 48 of file selectors.h.


The documentation for this class was generated from the following file: