#include <RunBase.h>
Public Member Functions | |
virtual bool | atEnd () const =0 |
virtual Long64_t | fileIndex () const |
virtual bool | getByLabel (std::type_info const &, char const *, char const *, char const *, void *) const =0 |
virtual bool | getByLabel (std::type_info const &, char const *, char const *, char const *, edm::WrapperHolder &) const =0 |
virtual const RunBase & | operator++ ()=0 |
RunBase () | |
virtual Long64_t | secondaryFileIndex () const |
virtual const RunBase & | toBegin ()=0 |
virtual | ~RunBase () |
Public Member Functions inherited from edm::RunBase | |
Timestamp const & | beginTime () const |
Timestamp const & | endTime () const |
template<typename PROD > | |
bool | getByLabel (InputTag const &tag, Handle< PROD > &result) const |
same as above, but using the InputTag class More... | |
template<typename T > | |
bool | getByLabel (InputTag const &tag, Handle< T > &result) const |
RunID const & | id () const |
RunNumber_t | run () const |
virtual edm::RunAuxiliary const & | runAuxiliary () const =0 |
RunBase () | |
Private Member Functions | |
virtual edm::BasicHandle | getByLabelImpl (std::type_info const &, std::type_info const &, const edm::InputTag &) const |
RunBase::RunBase | ( | ) |
Definition at line 35 of file RunBase.cc.
|
virtual |
|
pure virtual |
Implemented in fwlite::Run.
|
inlinevirtual |
Definition at line 65 of file RunBase.h.
Referenced by python.Events::fileIndicies().
|
pure virtual |
Implemented in fwlite::Run.
Referenced by getByLabelImpl().
|
pure virtual |
Implemented in fwlite::Run.
|
privatevirtual |
Implements edm::RunBase.
Definition at line 44 of file RunBase.cc.
References compareJSON::const, getByLabel(), edm::InputTag::instance(), edm::WrapperHolder::isPresent(), edm::WrapperHolder::isValid(), edm::InputTag::label(), edm::makeHandleExceptionFactory(), edm::InputTag::process(), edm::errors::ProductNotFound, s_prov, and relativeConstraints::value.
|
pure virtual |
Implemented in fwlite::Run.
|
inlinevirtual |
Definition at line 66 of file RunBase.h.
Referenced by python.Events::fileIndicies().
|
pure virtual |
Implemented in fwlite::Run.