Public Types | |
typedef std::vector< std::string > | CodeMap |
Public Member Functions | |
TypeTrans () | |
Public Attributes | |
CodeMap | table_ |
std::map< std::string, char > | type2Code_ |
typedef std::vector<std::string> edm::pset::TypeTrans::CodeMap |
TypeTrans::TypeTrans | ( | ) |
Definition at line 34 of file Entry.cc.
References kTESInputTag, kTVESInputTag, table_, and type2Code_.
CodeMap edm::pset::TypeTrans::table_ |
Definition at line 30 of file Entry.cc.
Referenced by edm::operator<<(), edm::Entry::throwValueError(), and TypeTrans().
std::map<std::string, char> edm::pset::TypeTrans::type2Code_ |
Definition at line 31 of file Entry.cc.
Referenced by edm::Entry::Entry(), and TypeTrans().