72 L1TriggerKeyList::KeyToToken::const_iterator iTSCKey = pList->
tscKeyToTokenMap().begin();
73 L1TriggerKeyList::KeyToToken::const_iterator eTSCKey = pList->
tscKeyToTokenMap().end();
74 for (; iTSCKey != eTSCKey; ++iTSCKey) {
75 std::cout << iTSCKey->first <<
" " << iTSCKey->second << std::endl;
81 for (; iRec != eRec; ++iRec) {
83 std::cout <<
"For record@type " << iRec->first <<
", found " << keyTokenMap.size() <<
" keys:" << std::endl;
85 L1TriggerKeyList::KeyToToken::const_iterator iKey = keyTokenMap.begin();
86 L1TriggerKeyList::KeyToToken::const_iterator eKey = keyTokenMap.end();
87 for (; iKey != eKey; ++iKey) {
88 std::cout << iKey->first <<
" " << iKey->second << std::endl;
99 std::cout <<
"Current subsystem keys:" << std::endl;
109 L1TriggerKey::RecordToKey::const_iterator iRec = recKeyMap.begin();
110 L1TriggerKey::RecordToKey::const_iterator eRec = recKeyMap.end();
111 for (; iRec != eRec; ++iRec) {
112 std::cout << iRec->first <<
" " << iRec->second << std::endl;
115 std::cout <<
"No L1TriggerKey found." << std::endl;
edm::ESGetToken< L1TriggerKeyList, L1TriggerKeyListRcd > keyListToken_
std::map< std::string, std::string > RecordToKey
std::map< std::string, std::string > KeyToToken
const RecordToKey & recordToKeyMap() const
edm::ESGetToken< L1TriggerKey, L1TriggerKeyRcd > keyToken_
const KeyToToken & tscKeyToTokenMap() const
const RecordToKeyToToken & recordTypeToKeyToTokenMap() const
#define DEFINE_FWK_MODULE(type)
CSCTFConfigTestAnalyzer(const edm::ParameterSet &)
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
const std::string & subsystemKey(L1Subsystems subsystem) const
const std::string & tscKey() const
void analyze(const edm::Event &, const edm::EventSetup &) override