JHUGen MELA  v2.4.1
Matrix element calculations as used in JHUGen. MELA is an important tool that was used for the Higgs boson discovery and for precise measurements of its structure and interactions. Please see the website https://spin.pha.jhu.edu/ and papers cited there for more details, and kindly cite those papers when using this code.
Classes | Namespaces | Typedefs | Functions
MELAAccumulators.h File Reference
#include <vector>
Include dependency graph for MELAAccumulators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TNumericUtil::NaiveAccumulator< T >
 
class  TNumericUtil::KahanAccumulator< T >
 

Namespaces

 TNumericUtil
 

Typedefs

template<typename T >
using TNumericUtil::PreciseAccumulator = KahanAccumulator< T >
 
template<typename T >
using TNumericUtil::FastAccumulator = NaiveAccumulator< T >
 
template<typename T >
using TNumericUtil::DefaultAccumulator = PreciseAccumulator< T >
 

Functions

template<typename T , class A >
TNumericUtil::sumWith (const std::vector< T > &vals)
 
template<typename T >
TNumericUtil::sumPrecise (const std::vector< T, std::allocator< T >> &vals)
 
template<typename T >
TNumericUtil::sumFast (const std::vector< T, std::allocator< T >> &vals)
 
template<typename T >
TNumericUtil::sumDefault (const std::vector< T, std::allocator< T >> &vals)