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