![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | Type { UnknownTransform = 0 , NoTransform = 1 , Trim = 2 , Prune = 3 , MassDrop = 4 , KtRecluster = 5 , CamKtRecluster = 6 , AntiKtRecluster = 7 } |
| Enum for types of jet transformations. More... | |
Functions | |
| std::string | name (Type t) |
| Convert jet transformation enum to string. | |
| Type | type (const std::string &name) |
| Convert string to jet transformation enum. | |
Enum for types of jet transformations.
| Enumerator | |
|---|---|
| UnknownTransform | |
| NoTransform | |
| Trim | |
| Prune | |
| MassDrop | |
| KtRecluster | |
| CamKtRecluster | |
| AntiKtRecluster | |
Definition at line 112 of file JetContainerInfo.h.
| std::string xAOD::JetTransform::name | ( | Type | type | ) |
Convert jet transformation enum to string.
Definition at line 221 of file JetContainerInfo.cxx.
| Type xAOD::JetTransform::type | ( | const std::string & | name | ) |
Convert string to jet transformation enum.
Definition at line 235 of file JetContainerInfo.cxx.