Loading [MathJax]/extensions/tex2jax.js
hej is hosted by Hepforge, IPPP Durham
HEJ  2.3.0
High energy resummation for hadron colliders
helicity.hh
Go to the documentation of this file.
1 
8 #pragma once
9 
10 namespace HEJ {
11  namespace helicity {
12  enum Helicity {
14  };
15  }
16  using helicity::Helicity;
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
@ h
Definition: PDG_codes.hh:85
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
constexpr Helicity flip(Helicity h)
Flip helicity.
Definition: helicity.hh:24