ATLAS Offline Software
|
#include <TypeMap.h>
Public Types | |
typedef std::pair< HLT::class_id_type, std::string > | clid_string_t |
Public Member Functions | |
TypeMap () | |
bool | isKnown (const xAOD::Type::ObjectType &recoType) const |
clid_string_t | get (const xAOD::Type::ObjectType &recoType) const |
Private Attributes | |
std::map< xAOD::Type::ObjectType, clid_string_t > | m_typemap |
typedef std::pair<HLT::class_id_type,std::string> TypeMap::clid_string_t |
TypeMap::TypeMap | ( | ) |
Definition at line 7 of file TypeMap.cxx.
TypeMap::clid_string_t TypeMap::get | ( | const xAOD::Type::ObjectType & | recoType | ) | const |
bool TypeMap::isKnown | ( | const xAOD::Type::ObjectType & | recoType | ) | const |
|
private |