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