HEJ 2.2.2
High energy resummation for hadron colliders
|
Namespace for event types. More...
Enumerations | |
enum | EventType : std::size_t { non_resummable = 0 , invalid = 1 , unknown = 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... | |
Variables | |
constexpr std::size_t | UNO = unordered_backward | unordered_forward |
constexpr std::size_t | EXTREMAL_QQBAR |
constexpr std::size_t | QQBAR |
constexpr auto | NLL = UNO | QQBAR |
constexpr auto | RESUMMABLE = FKL | NLL |
constexpr auto | VALID = RESUMMABLE | non_resummable |
Namespace for event types.
enum HEJ::event_type::EventType : std::size_t |
Possible event types.
Enumerator | |
---|---|
non_resummable | event configuration not covered by All Order resummation |
invalid | unphysical event, e.g. violating conservation laws |
unknown | configuration not considered by HEJ, e.g di-Higgs |
FKL | FKL-type event. |
unordered_backward | event with unordered backward emission |
unordered_forward | event with unordered forward emission |
extremal_qqbar_backward | event with a backward extremal qqbar |
extremal_qqbar_forward | event with a forward extremal qqbar |
central_qqbar | event with a central qqbar |
unob | alias for unordered_backward |
unof | alias for unordered_forward |
qqbar_exb | alias for extremal_qqbar_backward |
qqbar_exf | alias for extremal_qqbar_forward |
qqbar_mid | alias for central_qqbar |
first_type | alias for numerically smallest enumerator |
last_type | alias for numerically largest enumerator |
|
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.
|
inline |
Event type names.
For example, name(FKL) is the string "FKL"
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |