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. More... | |
Type | type (const std::string &name) |
Convert string to jet transformation enum. More... | |
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 | ) |