BOSS 6.6.4.p03
BESIII Offline Software System
|
RootEvtSelector performs the function of controlling the ApplicationMgr loop. More...
#include <RootEvtSelector.h>
Public Member Functions | |
RootEvtSelector (const std::string &name, ISvcLocator *svcloc) | |
~RootEvtSelector () | |
virtual StatusCode | initialize () |
virtual StatusCode | createContext (Context *&it) const |
StatusCode | next () const |
virtual StatusCode | next (Context &it) const |
virtual StatusCode | next (Context &it, int jump) const |
virtual StatusCode | previous (Context &it) const |
virtual StatusCode | previous (Context &it, int jump) const |
virtual StatusCode | last (Context &it) const |
virtual StatusCode | rewind (Context &it) const |
virtual StatusCode | createAddress (const Context &it, IOpaqueAddress *&iop) const |
virtual StatusCode | releaseContext (Context *&it) const |
virtual StatusCode | resetCriteria (const std::string &criteria, Context &context) const |
virtual StatusCode | setCriteria (const std::string &criteria) |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface) |
int | getRecId () const |
RootEvtSelector performs the function of controlling the ApplicationMgr loop.
Adapted to RootCnvSvc from GlastSvc/EventSelector. The input property can now be set either to NONE or to ROOT. If it is NONE, the loop will run until it hits EvtMax. A new class variable was added :m_evtMax which is a local copy of the AppMgrs property.
Definition at line 27 of file RootEvtSelector.h.
RootEvtSelector::RootEvtSelector | ( | const std::string & | name, |
ISvcLocator * | svcloc | ||
) |
Definition at line 23 of file RootEvtSelector.cxx.
RootEvtSelector::~RootEvtSelector | ( | ) |
Definition at line 32 of file RootEvtSelector.cxx.
|
virtual |
Definition at line 167 of file RootEvtSelector.cxx.
|
virtual |
Definition at line 106 of file RootEvtSelector.cxx.
|
inline |
Definition at line 59 of file RootEvtSelector.h.
Referenced by RootCnvSvc::createAddress(), RootEventBaseCnv::createObj(), and RootCnvSvc::updateServiceState().
|
virtual |
Definition at line 37 of file RootEvtSelector.cxx.
|
virtual |
Definition at line 142 of file RootEvtSelector.cxx.
StatusCode RootEvtSelector::next | ( | ) | const |
Definition at line 174 of file RootEvtSelector.cxx.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Definition at line 218 of file RootEvtSelector.cxx.
|
virtual |
Definition at line 163 of file RootEvtSelector.cxx.
|
virtual |
Definition at line 151 of file RootEvtSelector.cxx.
|
virtual |
Definition at line 156 of file RootEvtSelector.cxx.
|
virtual |
Definition at line 86 of file RootEvtSelector.cxx.
Referenced by initialize().