hej
is hosted by
Hepforge
,
IPPP Durham
HEJ 2
2.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
r
s
t
u
v
w
z
Functions
a
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
b
c
d
e
f
g
h
l
m
n
p
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Related Functions
Files
File List
File Members
All
c
h
j
m
o
Functions
c
j
m
o
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
HEJ
resummation_jet.hh
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <vector>
12
13
namespace
fastjet
{
14
struct
PseudoJet;
15
}
16
17
namespace
HEJ
{
24
std::vector<fastjet::PseudoJet>
resummation_jet_momenta
(
25
std::vector<fastjet::PseudoJet>
const
& p_born,
26
fastjet::PseudoJet
const
& qperp
27
);
28
38
double
resummation_jet_weight
(
39
std::vector<fastjet::PseudoJet>
const
& p_born,
40
fastjet::PseudoJet
const
& qperp
41
);
42
43
}
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
HEJ::resummation_jet_weight
double resummation_jet_weight(std::vector< fastjet::PseudoJet > const &p_born, fastjet::PseudoJet const &qperp)
Calculate additional weight from changing the jet momenta.
HEJ::resummation_jet_momenta
std::vector< fastjet::PseudoJet > resummation_jet_momenta(std::vector< fastjet::PseudoJet > const &p_born, fastjet::PseudoJet const &qperp)
Calculate the resummation jet momenta.
fastjet
Definition:
Event.hh:27
Generated by
1.9.1