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.
TJHUGenUtils.hh
Go to the documentation of this file.
1 #ifndef JHUGEN_UTILITIES
2 #define JHUGEN_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 TJHUGenUtils{
14  std::vector<TNumericUtil::intTriplet_t> Hash_OnshellHJJHash();
15  std::vector<TNumericUtil::intTriplet_t> Hash_OnshellVBFHash();
16  std::vector<TNumericUtil::intTriplet_t> Hash_OnshellTQHHash();
17 
18  const std::vector<TNumericUtil::intTriplet_t>& Get_JHUGenHash_OnshellHJJHash();
19  const std::vector<TNumericUtil::intTriplet_t>& Get_JHUGenHash_OnshellVBFHash();
20  const std::vector<TNumericUtil::intTriplet_t>& Get_JHUGenHash_OnshellTQHHash();
21 }
22 
23 #endif
24 
TJHUGenUtils::Hash_OnshellTQHHash
std::vector< TNumericUtil::intTriplet_t > Hash_OnshellTQHHash()
Definition: TJHUGenUtils.cc:30
TJHUGenUtils::Hash_OnshellVBFHash
std::vector< TNumericUtil::intTriplet_t > Hash_OnshellVBFHash()
Definition: TJHUGenUtils.cc:22
TJHUGenUtils::Get_JHUGenHash_OnshellVBFHash
const std::vector< TNumericUtil::intTriplet_t > & Get_JHUGenHash_OnshellVBFHash()
Definition: TJHUGenUtils.cc:42
TJHUGenUtils::Get_JHUGenHash_OnshellTQHHash
const std::vector< TNumericUtil::intTriplet_t > & Get_JHUGenHash_OnshellTQHHash()
Definition: TJHUGenUtils.cc:43
TNumericUtil.hh
TJHUGenUtils
Definition: TJHUGenUtils.hh:13
TJHUGenUtils::Get_JHUGenHash_OnshellHJJHash
const std::vector< TNumericUtil::intTriplet_t > & Get_JHUGenHash_OnshellHJJHash()
Definition: TJHUGenUtils.cc:41
TJHUGenUtils::Hash_OnshellHJJHash
std::vector< TNumericUtil::intTriplet_t > Hash_OnshellHJJHash()
Definition: TJHUGenUtils.cc:14
PDGHelpers.h