hej is hosted by Hepforge, IPPP Durham
HEJ 2.2.2
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
helicity.hh
Go to the documentation of this file.
1
8#pragma once
9
10namespace HEJ {
11 namespace helicity {
12 enum Helicity {
14 };
15 }
17
23 inline
24 constexpr Helicity flip(Helicity h) {
26 }
27} // namespace HEJ
Helicity
Definition: helicity.hh:12
@ minus
Definition: helicity.hh:13
@ plus
Definition: helicity.hh:13
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
constexpr Helicity flip(Helicity h)
Flip helicity.
Definition: helicity.hh:24