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

Remapper adapts indivdual MC dimensions. More...

#include <Remapper.h>

Classes

struct  SelectorEntry
 

Public Member Functions

 Remapper (unsigned int nBins, double nMinSelection, bool nSmooth)
 
void fill (double x, double w)
 
void finalize ()
 
std::pair< double, double > generate (double r) const
 
void fromXML (const XML::Element &elem)
 
XML::Element toXML () const
 
void test (size_t n, std::ostream &)
 

Public Attributes

std::map< double, double > weights
 
std::map< double, SelectorEntryselector
 
double minSelection
 
bool smooth
 

Detailed Description

Remapper adapts indivdual MC dimensions.

Author
Simon Platzer

Definition at line 27 of file Remapper.h.

Member Data Documentation

◆ minSelection

double Herwig::Remapper::minSelection

Definition at line 41 of file Remapper.h.

◆ selector

std::map<double,SelectorEntry> Herwig::Remapper::selector

Definition at line 39 of file Remapper.h.

◆ smooth

bool Herwig::Remapper::smooth

Definition at line 43 of file Remapper.h.

◆ weights

std::map<double,double> Herwig::Remapper::weights

Definition at line 29 of file Remapper.h.


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