HEJ 2.1.4
High energy resummation for hadron colliders
|
Namespace for event types. More...
Enumerations | |
enum | EventType : std::size_t { non_resummable = 0 , bad_final_state = 1 , no_2_jets = 2 , FKL = 4 , unordered_backward = 8 , unordered_forward = 16 , extremal_qqbar_backward = 32 , extremal_qqbar_forward = 64 , central_qqbar = 128 , unob = unordered_backward , unof = unordered_forward , qqbar_exb = extremal_qqbar_backward , qqbar_exf = extremal_qqbar_forward , qqbar_mid = central_qqbar , first_type = non_resummable , last_type = central_qqbar } |
Possible event types. More... | |
Functions | |
std::string | name (EventType type) |
Event type names. More... | |
constexpr bool | is_resummable (EventType type) |
Returns True for a HEJ EventType. More... | |
constexpr bool | is_uno (EventType type) |
Returns True for an unordered EventType. More... | |
constexpr bool | is_ex_qqbar (EventType type) |
Returns True for an extremal_qqbar EventType. More... | |
constexpr bool | is_mid_qqbar (EventType type) |
Returns True for an central_qqbar EventType. More... | |
constexpr bool | is_qqbar (EventType type) |
Returns True for any qqbar event EventType. More... | |
Namespace for event types.
enum HEJ::event_type::EventType : std::size_t |
Possible event types.
|
inlineconstexpr |
Returns True for an extremal_qqbar EventType.
|
inlineconstexpr |
Returns True for an central_qqbar EventType.
|
inlineconstexpr |
Returns True for any qqbar event EventType.
|
inlineconstexpr |
|
inlineconstexpr |
Returns True for an unordered EventType.