![]() |
ATLAS Offline Software
|
Stores. More...
Sampling names and identifier maps | |
| static const std::map< CaloSampling::CaloSample, std::string > | samplingNames |
| Name lookup by sampling identifier (data) | |
| static const std::map< std::string, CaloSampling::CaloSample > | samplingIds |
| Identifier lookup by sampling name (data) | |
| static const std::string & | getSamplingName (CaloSampling::CaloSample sid) |
| Lookup sampling name by identifier (function) | |
| static CaloSampling::CaloSample | getSamplingId (const std::string &sname) |
| Lookup sampling identifier by name (function) | |
Cluster moment names and identifier maps | |
| static const std::map< xAOD::CaloCluster::MomentType, std::string > | clusterMomentNames |
| Moment names by moment types. | |
| static const std::map< std::string, xAOD::CaloCluster::MomentType > | clusterMomentTypes |
| Moment names buy moment identifiers. | |
| static const std::string & | getMomentName (xAOD::CaloCluster::MomentType momentType) |
| Get moment name associated with a moment type. | |
| static bool | getMomentType (const std::string &momentName, xAOD::CaloCluster::MomentType &momentType) |
| Get moment type associated with a moment name. | |
| static bool | haveMomentType (const std::string &momentName) |
Returns true in case moment is known. | |
Stores.
|
inlinestatic |
Get moment name associated with a moment type.
Definition at line 270 of file CaloTopoClusterFromTowerHelpers.h.
|
inlinestatic |
Get moment type associated with a moment name.
Definition at line 271 of file CaloTopoClusterFromTowerHelpers.h.
|
inlinestatic |
Lookup sampling identifier by name (function)
Definition at line 264 of file CaloTopoClusterFromTowerHelpers.h.
|
inlinestatic |
Lookup sampling name by identifier (function)
Definition at line 259 of file CaloTopoClusterFromTowerHelpers.h.
|
inlinestatic |
Returns true in case moment is known.
Definition at line 269 of file CaloTopoClusterFromTowerHelpers.h.
|
static |
Moment names by moment types.
Definition at line 204 of file CaloTopoClusterFromTowerHelpers.h.
|
static |
Moment names buy moment identifiers.
Definition at line 228 of file CaloTopoClusterFromTowerHelpers.h.
|
static |
Identifier lookup by sampling name (data)
Definition at line 181 of file CaloTopoClusterFromTowerHelpers.h.
|
static |
Name lookup by sampling identifier (data)
Definition at line 163 of file CaloTopoClusterFromTowerHelpers.h.