Loading [MathJax]/extensions/tex2jax.js
JHUGen MELA  JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TMCFMUtils.hh
Go to the documentation of this file.
1 #ifndef MCFM_UTILITIES
2 #define MCFM_UTILITIES
3 #include <string>
4 #include <vector>
5 // PDGHelpers
6 #include "PDGHelpers.h"
7 // Numeric Util
8 #include "TNumericUtil.hh"
9 // ROOT includes
10 #include "TLorentzVector.h"
11 
12 
13 namespace TMCFMUtils{
14  void AssociatedParticleOrdering_QQVVQQAny(int iSel, int jSel, int rSel, int sSel, int order[2]);
15  std::vector<TNumericUtil::intQuad_t> Hash_QQVVQQAny();
16  std::vector<TNumericUtil::intQuad_t> Hash_QQVVQQ();
17  std::vector<TNumericUtil::intQuad_t> Hash_QQVVQQStrong();
18 }
19 
20 #endif
21 
TNumericUtil.hh
TMCFMUtils::Hash_QQVVQQStrong
std::vector< TNumericUtil::intQuad_t > Hash_QQVVQQStrong()
Definition: TMCFMUtils.cc:179
TMCFMUtils::Hash_QQVVQQAny
std::vector< TNumericUtil::intQuad_t > Hash_QQVVQQAny()
Definition: TMCFMUtils.cc:94
TMCFMUtils
Definition: TMCFMUtils.hh:13
PDGHelpers.h
TMCFMUtils::Hash_QQVVQQ
std::vector< TNumericUtil::intQuad_t > Hash_QQVVQQ()
Definition: TMCFMUtils.cc:102
TMCFMUtils::AssociatedParticleOrdering_QQVVQQAny
void AssociatedParticleOrdering_QQVVQQAny(int iSel, int jSel, int rSel, int sSel, int order[2])
Definition: TMCFMUtils.cc:18