![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | Type { LCTopo , EMTopo , TopoTower , Tower , Truth , TruthWZ , Track , PFlow , LCPFlow , EMPFlow , EMCPFlow , Jet , LCTopoOrigin , EMTopoOrigin , TrackCaloCluster , TruthDressedWZ , EMTopoOriginSK , EMTopoOriginCS , EMTopoOriginVor , EMTopoOriginCSSK , EMTopoOriginVorSK , LCTopoOriginSK , LCTopoOriginCS , LCTopoOriginVor , LCTopoOriginCSSK , LCTopoOriginVorSK , EMPFlowSK , EMPFlowCS , EMPFlowVor , EMPFlowCSSK , EMPFlowVorSK , TruthCharged , EMTopoOriginTime , EMTopoOriginSKTime , EMTopoOriginCSSKTime , EMTopoOriginVorSKTime , EMPFlowTime , EMPFlowSKTime , EMPFlowCSSKTime , EMPFlowVorSKTime , HI , HIClusters , PFlowCustomVtx , EMPFlowByVertex , Other = 100 , Uncategorized = 1000 } |
Functions | |
| bool | isValidConstitType (Type t) |
| const std::string & | typeName (Type id) |
| Type | inputType (const std::string &n) |
Variables | |
| static const std::string | c_unCategorized = "Uncategorized" |
| static const std::map< std::string, Type > | nameToTypemap |
| Map associating string names to enumeration values. | |
| static const std::map< Type, std::string > | typeToNamemap |
| Map associating enum values to string names. | |
| enum xAOD::JetInput::Type |
Definition at line 54 of file JetContainerInfo.h.
| Type xAOD::JetInput::inputType | ( | const std::string & | n | ) |
Definition at line 208 of file JetContainerInfo.cxx.
Definition at line 193 of file JetContainerInfo.cxx.
| const std::string & xAOD::JetInput::typeName | ( | Type | id | ) |
Definition at line 199 of file JetContainerInfo.cxx.
|
static |
Definition at line 89 of file JetContainerInfo.cxx.
|
static |
Map associating string names to enumeration values.
Note that multiple string names may be associated to the same enum value. Even though currently they aren't.
Definition at line 96 of file JetContainerInfo.cxx.
|
static |
Map associating enum values to string names.
Note that this is not necessarily an inverse of the previous map! Here the association from enum values to strings is 1-to-1. While the previous map may associate multiple strings to the same enum value.
Definition at line 148 of file JetContainerInfo.cxx.