|
typedef std::vector< std::string > | CodeMap |
|
Definition at line 36 of file FWPSetTableManager.cc.
Definition at line 44 of file FWPSetTableManager.cc.
References table_, and type2Code_.
62 table_[
'F'] =
"FileInPath";
65 table_[
'g'] =
"ESInputTag";
66 table_[
'G'] =
"VESInputTag";
69 table_[
'm'] =
"VLuminosityBlockID";
70 table_[
'M'] =
"LuminosityBlockID";
71 table_[
'a'] =
"VLuminosityBlockRange";
72 table_[
'A'] =
"LuminosityBlockRange";
73 table_[
'r'] =
"VEventRange";
74 table_[
'R'] =
"EventRange";
76 for(CodeMap::const_iterator itCode =
table_.begin(), itCodeEnd =
table_.end();
std::map< std::string, char > type2Code_
std::map<std::string, char> TypeTrans::type2Code_ |