BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
RootEventContext.cxx
Go to the documentation of this file.
1#include "RootCnvSvc/RootEventContext.h"
2
3//______________________________________________________
5selector) :
6 m_evtSelector(selector) {
7}
8
9//______________________________________________________
11RootEventContext& ctxt) :
12 m_evtSelector(ctxt.m_evtSelector) {
13}
14
15//______________________________________________________
17}
18
19//______________________________________________________
21 return((void*)(m_evtSelector));
22}
23
This class provides the Context for RootEventSelector.
virtual ~RootEventContext()
Destructor.
virtual void * identifier() const
Inequality operator.
RootEventContext(const RootEvtSelector *selector)
Constructor.
RootEvtSelector performs the function of controlling the ApplicationMgr loop.