hej is hosted by Hepforge, IPPP Durham
HEJ 2.2.2
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
HEJ::Parameters< T > Struct Template Reference

Collection of parameters, e.g. Weights, assigned to a single event. More...

#include <Parameters.hh>

Public Member Functions

template<class T_ext >
Parameters< T > & operator*= (Parameters< T_ext > const &other)
 
Parameters< T > & operator*= (double factor)
 
template<class T_ext >
Parameters< T > & operator/= (Parameters< T_ext > const &other)
 
Parameters< T > & operator/= (double factor)
 
template<class T_ext >
Parameters< T > & operator+= (Parameters< T_ext > const &other)
 
template<class T_ext >
Parameters< T > & operator-= (Parameters< T_ext > const &other)
 

Public Attributes

central {}
 
std::vector< T > variations
 

Detailed Description

template<class T>
struct HEJ::Parameters< T >

Collection of parameters, e.g. Weights, assigned to a single event.

A number of member functions of the MatrixElement class return Parameters objects containing the squares of the matrix elements for the various scale choices.

Member Function Documentation

◆ operator*=() [1/2]

template<class T >
Parameters< T > & HEJ::Parameters< T >::operator*= ( double  factor)

◆ operator*=() [2/2]

template<class T >
template<class T_ext >
Parameters< T > & HEJ::Parameters< T >::operator*= ( Parameters< T_ext > const &  other)

◆ operator+=()

template<class T >
template<class T_ext >
Parameters< T > & HEJ::Parameters< T >::operator+= ( Parameters< T_ext > const &  other)

◆ operator-=()

template<class T >
template<class T_ext >
Parameters< T > & HEJ::Parameters< T >::operator-= ( Parameters< T_ext > const &  other)

◆ operator/=() [1/2]

template<class T >
Parameters< T > & HEJ::Parameters< T >::operator/= ( double  factor)

◆ operator/=() [2/2]

template<class T >
template<class T_ext >
Parameters< T > & HEJ::Parameters< T >::operator/= ( Parameters< T_ext > const &  other)

Member Data Documentation

◆ central

template<class T >
T HEJ::Parameters< T >::central {}

◆ variations

template<class T >
std::vector<T> HEJ::Parameters< T >::variations

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