herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
exsample::adaption_info Struct Reference

adaption_info is a container for parameters relevant to sampling and adaption. More...

#include <adaption_info.h>

Public Member Functions

 adaption_info ()
 the default constructor
 
template<class OStream >
void put (OStream &os) const
 put to ostream
 
template<class IStream >
void get (IStream &is)
 get from istream
 

Public Attributes

std::size_t dimension
 the phasespace dimension
 
std::vector< double > lower_left
 the lower left corner of the function's support
 
std::vector< double > upper_right
 the upper right corner of the function's support
 
unsigned long presampling_points
 the number of presampling points
 
std::size_t histo_depth
 use 2^histo_depth bins in efficiency histograms
 
std::vector< bool > adapt
 indicate which dimensions should be adapted
 
unsigned long freeze_grid
 the number of accepted events after the grid is frozen
 
unsigned long maxtry
 the maximum number of misses allowed
 
double efficiency_threshold
 the efficiency threshold below which splits are considered
 
double gain_threshold
 a minimum gain for splits to be performed
 

Detailed Description

adaption_info is a container for parameters relevant to sampling and adaption.

Definition at line 18 of file adaption_info.h.


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