herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::BinSampler::RandomNumberHistogram Struct Reference

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
 

Detailed Description

Define the key for the collinear subtraction data.

Definition at line 289 of file BinSampler.h.

Member Function Documentation

◆ book()

void Herwig::BinSampler::RandomNumberHistogram::book ( double  inv,
double  weight 
)
inline

Book an event.

Definition at line 312 of file BinSampler.h.

References bins.

Member Data Documentation

◆ bins

map<double,double > Herwig::BinSampler::RandomNumberHistogram::bins

The bins, indexed by upper bound.

Definition at line 299 of file BinSampler.h.

Referenced by book().

◆ binsw1

map<double,double > Herwig::BinSampler::RandomNumberHistogram::binsw1

Definition at line 301 of file BinSampler.h.

◆ lower

double Herwig::BinSampler::RandomNumberHistogram::lower

The lower bound.

Definition at line 294 of file BinSampler.h.


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