Herwig 7.3.0
|
Define the key for the collinear subtraction data. More...
#include <BinSampler.h>
Public Member Functions | |
RandomNumberHistogram (double low=0.0, double up=1., unsigned int nbins=20) | |
Constructor. | |
void | book (double inv, double weight) |
Book an event. | |
void | dump (const std::string &folder, const std::string &prefix, const std::string &process, const int NR) const |
Write to file given name and invariant. | |
Public Attributes | |
double | lower |
The lower bound. | |
map< double, double > | bins |
The bins, indexed by upper bound. | |
map< double, double > | binsw1 |
Define the key for the collinear subtraction data.
Definition at line 289 of file BinSampler.h.
|
inline |
map<double,double > Herwig::BinSampler::RandomNumberHistogram::bins |
The bins, indexed by upper bound.
Definition at line 299 of file BinSampler.h.
Referenced by book().
map<double,double > Herwig::BinSampler::RandomNumberHistogram::binsw1 |
Definition at line 301 of file BinSampler.h.
double Herwig::BinSampler::RandomNumberHistogram::lower |
The lower bound.
Definition at line 294 of file BinSampler.h.