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
TNumericUtil.hh File Reference
#include <vector>
Include dependency graph for TNumericUtil.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TNumericUtil::triplet< T >
 
struct  TNumericUtil::quadruplet< T >
 

Namespaces

 TNumericUtil
 

Typedefs

typedef triplet< unsigned int > TNumericUtil::uintTriplet_t
 
typedef triplet< int > TNumericUtil::intTriplet_t
 
typedef triplet< float > TNumericUtil::floatTriplet_t
 
typedef triplet< double > TNumericUtil::doubleTriplet_t
 
typedef quadruplet< unsigned int > TNumericUtil::uintQuad_t
 
typedef quadruplet< int > TNumericUtil::intQuad_t
 
typedef quadruplet< float > TNumericUtil::floatQuad_t
 
typedef quadruplet< double > TNumericUtil::doubleQuad_t
 

Functions

void TNumericUtil::PermutationGenerator (int n, int k, std::vector< std::vector< int >> &perms, int valbegin=1, int increment=1)
 
void TNumericUtil::CombinationGenerator (int n, int k, std::vector< std::vector< int >> &perms, int valbegin=1, int increment=1)