HEJ 2.1.4
High energy resummation for hadron colliders
|
Generate combinations of renormalisation and factorisation scales. More...
#include <ScaleFunction.hh>
Public Member Functions | |
ScaleGenerator ()=default | |
template<class ScaleFunIterator , class FactorIterator > | |
ScaleGenerator (ScaleFunIterator scale_functions_begin, ScaleFunIterator scale_functions_end, FactorIterator scale_factors_begin, FactorIterator scale_factors_end, double max_scale_ratio) | |
Constructor. More... | |
ScaleGenerator (std::vector< ScaleFunction > scales, std::vector< double > scale_factors, double max_scale_ratio) | |
Constructor. More... | |
Event | operator() (Event event) const |
Adjust event parameters, adding scale variation. More... | |
Generate combinations of renormalisation and factorisation scales.
|
default |
|
inline |
Constructor.
scale_functions_begin | Iterator to first base scale |
scale_functions_end | Iterator past last base scale |
scale_factors_begin | Iterator to first scale factor |
scale_factors_end | Iterator past last scale factor |
max_scale_ratio | Maximum ratio between renormalisation and factorisation scale |
|
inline |
Constructor.
scales | Base scales |
scale_factors | Factors to multiply the base scales |
max_scale_ratio | Maximum ratio between renormalisation and factorisation scale |
Adjust event parameters, adding scale variation.
The central renormalisation and factorisation scale of the returned event is given be the first base scale passed to the constructor. The scale variation (stored in event.variation()) is constructed as follows: For each base scale according to the arguments of the constructor we add one variation where both renormalisation and factorisation scale are set according to the current base scale. Then, all combinations where the base renormalisation and factorisation scales are multiplied by one of the scale factors are added. The case were both scales are multiplied by one is skipped. Scale combinations where the ratio is larger than the maximum scale ratio set in the constructor are likewise discarded.