hej is hosted by Hepforge, IPPP Durham
HEJ 2.2.2
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
kinematics.hh
Go to the documentation of this file.
1
8#pragma once
9
10#include <tuple>
11#include <vector>
12
13namespace fastjet {
14 class PseudoJet;
15}
16
17namespace HEJ {
18 struct Particle;
19
22 std::tuple<fastjet::PseudoJet, fastjet::PseudoJet> incoming_momenta(
23 std::vector<Particle> const & outgoing
24 );
25}
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
std::tuple< fastjet::PseudoJet, fastjet::PseudoJet > incoming_momenta(std::vector< Particle > const &outgoing)
Compute the incoming momentum from momentum conservation.
Definition: Event.hh:34