#include <EventBase.h>
Public Member Functions | |
virtual bool | atEnd () const =0 |
EventBase () | |
virtual Long64_t | fileIndex () const |
virtual const std::string | getBranchNameFor (const std::type_info &, const char *, const char *, const char *) const =0 |
virtual bool | getByLabel (const std::type_info &, const char *, const char *, const char *, void *) const =0 |
virtual const EventBase & | operator++ ()=0 |
virtual Long64_t | secondaryFileIndex () const |
virtual const EventBase & | toBegin ()=0 |
virtual | ~EventBase () |
Public Member Functions inherited from edm::EventBase | |
int | bunchCrossing () const |
virtual edm::EventAuxiliary const & | eventAuxiliary () const =0 |
EventBase () | |
edm::EventAuxiliary::ExperimentType | experimentType () const |
template<class T > | |
bool | getByLabel (const InputTag &, Handle< T > &) const |
template<> | |
bool | getByLabel (edm::InputTag const &tag, Handle< FWGenericObject > &result) const |
Specialize the getByLabel method to work with a Handle<FWGenericObject> More... | |
edm::EventID | id () const |
bool | isRealData () const |
edm::LuminosityBlockNumber_t | luminosityBlock () const |
int | orbitNumber () const |
virtual ProcessHistory const & | processHistory () const =0 |
edm::Timestamp | time () const |
virtual TriggerNames const & | triggerNames (edm::TriggerResults const &triggerResults) const =0 |
virtual TriggerResultsByName | triggerResultsByName (std::string const &process) const =0 |
Private Member Functions | |
virtual edm::BasicHandle | getByLabelImpl (const std::type_info &, const std::type_info &, const edm::InputTag &) const |
Additional Inherited Members | |
Static Protected Member Functions inherited from edm::EventBase | |
static TriggerNames const * | triggerNames_ (edm::TriggerResults const &triggerResults) |
Definition at line 32 of file EventBase.h.
EventBase::EventBase | ( | ) |
Definition at line 39 of file EventBase.cc.
|
virtual |
|
pure virtual |
Implemented in fwlite::Event, fwlite::EventContainer, fwlite::MultiChainEvent, and fwlite::ChainEvent.
Referenced by fwlite::EventContainer::atEnd(), fwlite::Scanner< Collection >::count(), fwlite::Scanner< Collection >::countEvents(), fwlite::Scanner< Collection >::draw(), fwlite::Scanner< Collection >::draw2D(), fwlite::Scanner< Collection >::drawGraph(), fwlite::Scanner< Collection >::drawProf(), fwlite::Scanner< Collection >::fillDataSet(), and fwlite::Scanner< Collection >::scan().
|
inlinevirtual |
Reimplemented in fwlite::MultiChainEvent, fwlite::EventContainer, and fwlite::ChainEvent.
Definition at line 57 of file EventBase.h.
Referenced by fwlite::EventContainer::fileIndex(), and python.Events::fileIndicies().
|
pure virtual |
Implemented in fwlite::Event, fwlite::EventContainer, fwlite::MultiChainEvent, and fwlite::ChainEvent.
Referenced by fwlite::EventContainer::getBranchNameFor(), and fwlite::Handle< Collection >::getBranchNameFor().
|
pure virtual |
Implemented in fwlite::Event, fwlite::MultiChainEvent, fwlite::EventContainer, and fwlite::ChainEvent.
Referenced by fwlite::EventContainer::getByLabel(), and getByLabelImpl().
|
privatevirtual |
Implements edm::EventBase.
Definition at line 48 of file EventBase.cc.
References getByLabel(), edm::InputTag::instance(), edm::EDProduct::isPresent(), edm::InputTag::label(), edm::InputTag::process(), parseEventContent::prod, edm::errors::ProductNotFound, s_prov(), and relativeConstraints::value.
|
pure virtual |
Implemented in fwlite::Event, fwlite::EventContainer, fwlite::MultiChainEvent, and fwlite::ChainEvent.
|
inlinevirtual |
Reimplemented in fwlite::MultiChainEvent, and fwlite::EventContainer.
Definition at line 58 of file EventBase.h.
Referenced by python.Events::fileIndicies(), and fwlite::EventContainer::secondaryFileIndex().
|
pure virtual |
Implemented in fwlite::Event, fwlite::EventContainer, fwlite::MultiChainEvent, and fwlite::ChainEvent.
Referenced by fwlite::Scanner< Collection >::count(), fwlite::Scanner< Collection >::countEvents(), fwlite::Scanner< Collection >::draw(), fwlite::Scanner< Collection >::draw2D(), fwlite::Scanner< Collection >::drawGraph(), fwlite::Scanner< Collection >::drawProf(), fwlite::Scanner< Collection >::fillDataSet(), fwlite::Scanner< Collection >::scan(), and fwlite::EventContainer::toBegin().