#include <CmsTrackerStringToEnum.h>
Classes | |
struct | Impl |
Public Types | |
typedef std::map< std::string, GeometricDet::GeometricEnumType > | MapEnumType |
typedef std::map < GeometricDet::GeometricEnumType, std::string > | ReverseMapEnumType |
Public Member Functions | |
std::string const & | name (GeometricDet::GeometricEnumType) const |
GeometricDet::GeometricEnumType | type (std::string const &) const |
Static Private Member Functions | |
static MapEnumType const & | map () |
static ReverseMapEnumType const & | reverseMap () |
Static Private Attributes | |
static Impl | m_impl |
Builds map between Det type and an enum
Definition at line 10 of file CmsTrackerStringToEnum.h.
typedef std::map<std::string, GeometricDet::GeometricEnumType> CmsTrackerStringToEnum::MapEnumType |
Definition at line 12 of file CmsTrackerStringToEnum.h.
typedef std::map<GeometricDet::GeometricEnumType, std::string> CmsTrackerStringToEnum::ReverseMapEnumType |
Definition at line 13 of file CmsTrackerStringToEnum.h.
static MapEnumType const& CmsTrackerStringToEnum::map | ( | ) | [inline, static, private] |
Definition at line 19 of file CmsTrackerStringToEnum.h.
References CmsTrackerStringToEnum::Impl::_map, and m_impl.
Referenced by type().
std::string const & CmsTrackerStringToEnum::name | ( | GeometricDet::GeometricEnumType | t | ) | const |
Definition at line 78 of file CmsTrackerStringToEnum.cc.
References end, AlCaHLTBitMon_ParallelJobs::p, reverseMap(), and AlCaHLTBitMon_QueryRunRegistry::string.
{ static std::string const u("Unknown"); ReverseMapEnumType::const_iterator p=reverseMap().find(t); if (p!= reverseMap().end()) return p->second; return u; }
static ReverseMapEnumType const& CmsTrackerStringToEnum::reverseMap | ( | ) | [inline, static, private] |
Definition at line 20 of file CmsTrackerStringToEnum.h.
References CmsTrackerStringToEnum::Impl::_reverseMap, and m_impl.
Referenced by name().
{ return m_impl._reverseMap;}
GeometricDet::GeometricEnumType CmsTrackerStringToEnum::type | ( | std::string const & | s | ) | const |
Definition at line 72 of file CmsTrackerStringToEnum.cc.
References end, map(), AlCaHLTBitMon_ParallelJobs::p, and susybsm::HSCParticleType::unknown.
Referenced by ListIds::analyze(), CmsTrackerPetalBuilder::buildComponent(), CmsTrackerBuilder::buildComponent(), CmsTrackerWheelBuilder::buildComponent(), CmsTrackerSubStrctBuilder::buildComponent(), CmsTrackerLayerBuilder::buildComponent(), CmsDetConstruction::buildComponent(), CmsTrackerDiskBuilder::buildComponent(), CmsTrackerPanelBuilder::buildComponent(), and CmsDetConstruction::buildSmallDets().
CmsTrackerStringToEnum::Impl CmsTrackerStringToEnum::m_impl [static, private] |
Definition at line 29 of file CmsTrackerStringToEnum.h.
Referenced by map(), and reverseMap().