thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
ThePEG::CompSelector< T, WeightType >::Level Struct Reference

Internal struct used for bookkeeping when compensating. More...

Public Attributes

long lastN
 The selection number at which point this level of compensation is ended.
 
double weight
 The minimum weight allowed when compensating on this level.
 

Detailed Description

template<typename T, typename WeightType = double>
struct ThePEG::CompSelector< T, WeightType >::Level

Internal struct used for bookkeeping when compensating.

Definition at line 237 of file CompSelector.h.

Member Data Documentation

◆ lastN

template<typename T , typename WeightType = double>
long ThePEG::CompSelector< T, WeightType >::Level::lastN

The selection number at which point this level of compensation is ended.

Definition at line 243 of file CompSelector.h.

Referenced by ThePEG::CompSelector< T, WeightType >::reweight().

◆ weight

template<typename T , typename WeightType = double>
double ThePEG::CompSelector< T, WeightType >::Level::weight

The minimum weight allowed when compensating on this level.

Definition at line 248 of file CompSelector.h.

Referenced by ThePEG::CompSelector< T, WeightType >::reweight().


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