![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | TypeEnum { UNKNOWN =0 , FourVec , Pt , Mass , D12 , D23 , Tau21 , Tau32 , Tau21WTA , Tau32WTA , D2Beta1 , C2Beta1 , Qw , TagScaleFactor , TagEfficiency , MassRes , MassResAbs , PtRes , PtResAbs , FourVecRes , FourVecResAbs } |
Functions | |
| TString | enumToString (const TypeEnum type) |
| TypeEnum | stringToEnum (const TString &type) |
| bool | isScaleType (const TypeEnum type) |
| bool | isResolutionType (const TypeEnum type) |
| bool | isAbsResolutionType (const TypeEnum type) |
| bool | isRelResolutionType (const TypeEnum type) |
| Enumerator | |
|---|---|
| UNKNOWN | |
| FourVec | |
| Pt | |
| Mass | |
| D12 | |
| D23 | |
| Tau21 | |
| Tau32 | |
| Tau21WTA | |
| Tau32WTA | |
| D2Beta1 | |
| C2Beta1 | |
| Qw | |
| TagScaleFactor | |
| TagEfficiency | |
| MassRes | |
| MassResAbs | |
| PtRes | |
| PtResAbs | |
| FourVecRes | |
| FourVecResAbs | |
Definition at line 90 of file UncertaintyEnum.h.
| TString jet::CompScaleVar::enumToString | ( | const TypeEnum | type | ) |
Definition at line 250 of file UncertaintyEnum.cxx.
| bool jet::CompScaleVar::isAbsResolutionType | ( | const TypeEnum | type | ) |
Definition at line 365 of file UncertaintyEnum.cxx.
| bool jet::CompScaleVar::isRelResolutionType | ( | const TypeEnum | type | ) |
Definition at line 379 of file UncertaintyEnum.cxx.
| bool jet::CompScaleVar::isResolutionType | ( | const TypeEnum | type | ) |
Definition at line 348 of file UncertaintyEnum.cxx.
| bool jet::CompScaleVar::isScaleType | ( | const TypeEnum | type | ) |
Definition at line 323 of file UncertaintyEnum.cxx.
| TypeEnum jet::CompScaleVar::stringToEnum | ( | const TString & | type | ) |
Definition at line 278 of file UncertaintyEnum.cxx.