BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
RootEventContext.cxx
Go to the documentation of this file.
1#include "RootCnvSvc/RootEventContext.h"
2
3//______________________________________________________
5 : m_evtSelector( selector ) {}
6
7//______________________________________________________
9 : m_evtSelector( ctxt.m_evtSelector ) {}
10
11//______________________________________________________
13
14//______________________________________________________
15void* RootEventContext::identifier() const { return ( (void*)( m_evtSelector ) ); }
virtual ~RootEventContext()
Destructor.
virtual void * identifier() const
Inequality operator.
RootEventContext(const RootEvtSelector *selector)
Constructor.
RootEvtSelector performs the function of controlling the ApplicationMgr loop.