Loading [MathJax]/extensions/tex2jax.js
hej
is hosted by
Hepforge
,
IPPP Durham
HEJ
2.3.0
High energy resummation for hadron colliders
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
c
d
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Related Functions
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
HEJ
jets.hh
Go to the documentation of this file.
1
15
#pragma once
16
17
#include <array>
18
#include <cmath>
19
#include <complex>
20
#include <ostream>
21
#include <vector>
22
23
#include "CLHEP/Vector/LorentzVector.h"
24
25
namespace
HEJ
{
26
namespace
currents {
27
using
HLV
= CLHEP::HepLorentzVector;
28
30
40
double
ME_qq
(
41
HLV
const
& p1out,
HLV
const
& p1in,
42
HLV
const
& p2out,
HLV
const
& p2in
43
);
44
46
57
double
ME_unob_qq
(
58
HLV
const
& pg,
59
HLV
const
& p1out,
HLV
const
& p1in,
60
HLV
const
& p2out,
HLV
const
& p2in
61
);
62
64
72
double
ME_qqbar_qg
(
73
HLV
const
& pa,
HLV
const
& pb,
74
HLV
const
& p1,
HLV
const
& p2,
HLV
const
& p3
75
);
76
78
87
double
ME_Cenqqbar_qq
(
88
HLV
const
& pa,
HLV
const
& pb,
89
std::vector<HLV>
const
& partons,
90
bool
qbar_first, std::size_t nabove
91
);
92
}
// namespace currents
93
}
// namespace HEJ
HEJ::currents::ME_qqbar_qg
double ME_qqbar_qg(HLV const &pa, HLV const &pb, HLV const &p1, HLV const &p2, HLV const &p3)
Helicity-summed current contraction with extremal quark/anti-quark emission.
HEJ::currents::ME_unob_qq
double ME_unob_qq(HLV const &pg, HLV const &p1out, HLV const &p1in, HLV const &p2out, HLV const &p2in)
Helicity-summed current contraction with unordered gluon emission.
HEJ::currents::HLV
CLHEP::HepLorentzVector HLV
Definition:
Hjets.hh:18
HEJ::currents::ME_Cenqqbar_qq
double ME_Cenqqbar_qq(HLV const &pa, HLV const &pb, std::vector< HLV > const &partons, bool qbar_first, std::size_t nabove)
Square of qq->qQQbarq Pure Jets Central qqbar Scattering Current.
HEJ::currents::ME_qq
double ME_qq(HLV const &p1out, HLV const &p1in, HLV const &p2out, HLV const &p2in)
Helicity-summed current contraction.
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
Generated by
1.9.1