![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | TypeEnum { UNKNOWN =0 , Pt , PtEta , PtAbsEta , PtAbsMass , PtMass , PtMassEta , PtMassAbsEta , PtAbsMassEta , PtAbsMassAbsEta , eLOGmOe , eLOGmOeEta , eLOGmOeAbsEta , PtLOGPtMassForTagSF } |
Functions | |
| TString | enumToString (const TypeEnum type) |
| TypeEnum | stringToEnum (const TString &type) |
| bool | isAbsEta (const TypeEnum type) |
| bool | includesMass (const TypeEnum type) |
| Enumerator | |
|---|---|
| UNKNOWN | |
| Pt | |
| PtEta | |
| PtAbsEta | |
| PtAbsMass | |
| PtMass | |
| PtMassEta | |
| PtMassAbsEta | |
| PtAbsMassEta | |
| PtAbsMassAbsEta | |
| eLOGmOe | |
| eLOGmOeEta | |
| eLOGmOeAbsEta | |
| PtLOGPtMassForTagSF | |
Definition at line 44 of file UncertaintyEnum.h.
| TString jet::CompParametrization::enumToString | ( | const TypeEnum | type | ) |
Definition at line 91 of file UncertaintyEnum.cxx.
| bool jet::CompParametrization::includesMass | ( | const TypeEnum | type | ) |
Definition at line 156 of file UncertaintyEnum.cxx.
| bool jet::CompParametrization::isAbsEta | ( | const TypeEnum | type | ) |
Definition at line 143 of file UncertaintyEnum.cxx.
| TypeEnum jet::CompParametrization::stringToEnum | ( | const TString & | type | ) |
Definition at line 112 of file UncertaintyEnum.cxx.