hej is hosted by Hepforge, IPPP Durham
HEJ  2.2.3
High energy resummation for hadron colliders
Hjets.hh
Go to the documentation of this file.
1 
12 #pragma once
13 
14 #include "CLHEP/Vector/LorentzVector.h"
15 
16 namespace HEJ {
17 namespace currents {
18  using HLV = CLHEP::HepLorentzVector;
19 
34  double ME_H_gq(
35  HLV const & ph, HLV const & pa,
36  HLV const & pn, HLV const & pb,
37  double mt, bool inc_bottom, double mb, double vev
38  );
39 
55  double ME_juno_jgH(
56  HLV const & pg,
57  HLV const & p1, HLV const & pa,
58  HLV const & ph, HLV const & pb,
59  double mt, bool inc_bottom, double mb, double vev
60  );
61 
63 
80  double ME_H_qQ(HLV const & p1out, HLV const & p1in,
81  HLV const & p2out, HLV const & p2in,
82  HLV const & qH1, HLV const & qH2,
83  double mt,
84  bool include_bottom, double mb, double vev);
85 
87 
103  double ME_H_unob_qQ(HLV const & pg, HLV const & p1out,
104  HLV const & p1in, HLV const & p2out,
105  HLV const & p2in, HLV const & qH1,
106  HLV const & qH2,
107  double mt,
108  bool include_bottom, double mb, double vev);
110 } // namespace currents
111 } // namespace HEJ
CLHEP::HepLorentzVector HLV
Definition: Hjets.hh:18
double ME_H_unob_qQ(HLV const &pg, HLV const &p1out, HLV const &p1in, HLV const &p2out, HLV const &p2in, HLV const &qH1, HLV const &qH2, double mt, bool include_bottom, double mb, double vev)
Square of qQ->qQg Higgs+Jets Unordered b Scattering Current.
double ME_juno_jgH(HLV const &pg, HLV const &p1, HLV const &pa, HLV const &ph, HLV const &pb, double mt, bool inc_bottom, double mb, double vev)
Square of qg -> gqH current contraction.
double ME_H_qQ(HLV const &p1out, HLV const &p1in, HLV const &p2out, HLV const &p2in, HLV const &qH1, HLV const &qH2, double mt, bool include_bottom, double mb, double vev)
Square of qQ->qHQ Higgs+Jets Scattering Current.
double ME_H_gq(HLV const &ph, HLV const &pa, HLV const &pn, HLV const &pb, double mt, bool inc_bottom, double mb, double vev)
Square of gq->Hq current contraction.
Main HEJ 2 Namespace.
Definition: mainpage.dox:1