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.
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