![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | PUClassification { NeutralForward = 1 << 0, ChargedPU = 1 << 1, ChargedHS = 1 << 2 } |
Variables | |
| constexpr PUClassification | NFcPU = static_cast<PUClassification>(NeutralForward | ChargedPU) |
| constexpr PUClassification | NFcHS = static_cast<PUClassification>(NeutralForward | ChargedHS) |
| constexpr PUClassification | Charged = static_cast<PUClassification>(ChargedPU | ChargedHS) |
| constexpr PUClassification | All = static_cast<PUClassification>(NeutralForward | ChargedPU | ChargedHS) |
| Enumerator | |
|---|---|
| NeutralForward | |
| ChargedPU | |
| ChargedHS | |
Definition at line 16 of file PUClassification.h.
|
constexpr |
Definition at line 25 of file PUClassification.h.
|
constexpr |
Definition at line 24 of file PUClassification.h.
|
constexpr |
Definition at line 23 of file PUClassification.h.
|
constexpr |
Definition at line 22 of file PUClassification.h.
1.8.18