ThePEG 2.3.0
|
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. | |
Internal struct used for bookkeeping when compensating.
Definition at line 237 of file CompSelector.h.
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().
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().