Loading [MathJax]/extensions/tex2jax.js
hej is hosted by Hepforge, IPPP Durham
HEJ  2.3.0
High energy resummation for hadron colliders
WWjets.hh
Go to the documentation of this file.
1 
12 #pragma once
13 
14 #include <vector>
15 
16 #include "CLHEP/Vector/LorentzVector.h"
17 
18 namespace HEJ {
19  struct ParticleProperties;
20 
21 namespace currents {
22  using HLV = CLHEP::HepLorentzVector;
23 
25 
40  std::vector <double> ME_WW_qQ(
41  const HLV & p1out, const HLV& pl1bar, const HLV& pl1, const HLV & p1in,
42  const HLV & p2out, const HLV& pl2bar, const HLV& pl2, const HLV & p2in,
43  ParticleProperties const & wprop
44  );
45 
47 
62  std::vector <double> ME_WW_qbarQ(
63  const HLV & p1out, const HLV& pl1bar, const HLV& pl1, const HLV & p1in,
64  const HLV & p2out, const HLV& pl2bar, const HLV& pl2, const HLV & p2in,
65  ParticleProperties const & wprop
66  );
67 
69 
84  std::vector <double> ME_WW_qQbar(
85  const HLV & p1out, const HLV& pl1bar, const HLV& pl1, const HLV & p1in,
86  const HLV & p2out, const HLV& pl2bar, const HLV& pl2, const HLV & p2in,
87  ParticleProperties const & wprop
88  );
89 
91 
106  std::vector <double> ME_WW_qbarQbar(
107  const HLV & p1out, const HLV& pl1bar, const HLV& pl1, const HLV & p1in,
108  const HLV & p2out, const HLV& pl2bar, const HLV& pl2, const HLV & p2in,
109  ParticleProperties const & wprop
110  );
111 
112 } // namespace currents
113 } // namespace HEJ
std::vector< double > ME_WW_qQbar(const HLV &p1out, const HLV &pl1bar, const HLV &pl1, const HLV &p1in, const HLV &p2out, const HLV &pl2bar, const HLV &pl2, const HLV &p2in, ParticleProperties const &wprop)
Current contractions for qQbar -> qQbarWW with leptonically decaying same-sign W.
CLHEP::HepLorentzVector HLV
Definition: Hjets.hh:18
std::vector< double > ME_WW_qbarQ(const HLV &p1out, const HLV &pl1bar, const HLV &pl1, const HLV &p1in, const HLV &p2out, const HLV &pl2bar, const HLV &pl2, const HLV &p2in, ParticleProperties const &wprop)
Current contractions for qbarQ -> qbarQWW with leptonically decaying same-sign W.
std::vector< double > ME_WW_qbarQbar(const HLV &p1out, const HLV &pl1bar, const HLV &pl1, const HLV &p1in, const HLV &p2out, const HLV &pl2bar, const HLV &pl2, const HLV &p2in, ParticleProperties const &wprop)
Current contractions for qbarQbar -> qbarQbarWW with leptonically decaying same-sign W.
std::vector< double > ME_WW_qQ(const HLV &p1out, const HLV &pl1bar, const HLV &pl1, const HLV &p1in, const HLV &p2out, const HLV &pl2bar, const HLV &pl2, const HLV &p2in, ParticleProperties const &wprop)
Current contractions for qQ -> qQWW with leptonically decaying same-sign W.
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
collection of basic particle properties
Definition: EWConstants.hh:18