#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 const RunBase & | operator++ ()=0 |
RunBase () | |
virtual Long64_t | secondaryFileIndex () const |
virtual const RunBase & | toBegin ()=0 |
~RunBase () override | |
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 | |
edm::BasicHandle | getByLabelImpl (std::type_info const &, std::type_info const &, const edm::InputTag &) const override |
RunBase::RunBase | ( | ) |
Definition at line 35 of file RunBase.cc.
|
overridevirtual |
|
pure virtual |
Implemented in fwlite::Run.
|
inlinevirtual |
Definition at line 60 of file RunBase.h.
Referenced by python.Events::fileIndicies().
|
pure virtual |
Implemented in fwlite::Run.
Referenced by getByLabelImpl().
|
overrideprivate |
Definition at line 44 of file RunBase.cc.
References runEdmFileComparison::failed, getByLabel(), edm::InputTag::instance(), edm::WrapperBase::isPresent(), edm::InputTag::label(), edm::makeHandleExceptionFactory(), edm::InputTag::process(), parseEventContent::prod, edm::errors::ProductNotFound, s_prov, and relativeConstraints::value.
Referenced by secondaryFileIndex().
|
pure virtual |
Implemented in fwlite::Run.
|
inlinevirtual |
Definition at line 61 of file RunBase.h.
References getByLabelImpl().
Referenced by python.Events::fileIndicies().
|
pure virtual |
Implemented in fwlite::Run.