Helper class that fetches some type of Ref given ProductID and index, using the edm::Event. More...
#include <AssociativeIterator.h>
Public Types | |
typedef RefType::value_type | element_type |
Public Member Functions | |
EdmEventItemGetter (const edm::Event &iEvent) | |
RefType | get (const ProductID &id, size_t idx) const |
~EdmEventItemGetter () | |
Private Attributes | |
ProductID | id_ |
const edm::Event & | iEvent_ |
Handle< View< element_type > > | view_ |
Helper class that fetches some type of Ref given ProductID and index, using the edm::Event.
Definition at line 77 of file AssociativeIterator.h.
typedef RefType::value_type edm::EdmEventItemGetter< RefType >::element_type |
Definition at line 79 of file AssociativeIterator.h.
|
inline |
Definition at line 80 of file AssociativeIterator.h.
|
inline |
Definition at line 81 of file AssociativeIterator.h.
|
inline |
Definition at line 83 of file AssociativeIterator.h.
References conv, fileCollector::convert(), edm::Event::get(), edm::EdmEventItemGetter< RefType >::id_, customizeTrackingMonitorSeedNumber::idx, edm::EdmEventItemGetter< RefType >::iEvent_, and edm::EdmEventItemGetter< RefType >::view_.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
|
mutableprivate |
Definition at line 95 of file AssociativeIterator.h.
Referenced by edm::EdmEventItemGetter< RefType >::get().
|
private |
Definition at line 96 of file AssociativeIterator.h.
Referenced by edm::EdmEventItemGetter< RefType >::get().
|
mutableprivate |
Definition at line 94 of file AssociativeIterator.h.
Referenced by edm::EdmEventItemGetter< RefType >::get().