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