BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
RawDataContext.cxx
Go to the documentation of this file.
1//====================================================================
2// RawDataContext.cxx
3//--------------------------------------------------------------------
4//
5// Package : RawDataSelector
6//
7// Description: The EventSelector component is able
8// to produce a list of event references given
9// a set of "selection criteria".
10//
11//
12//====================================================================
13
14// Include files
17
18//________________________________________________________________________________
20 m_evtSelector(selector) {
21}
22//________________________________________________________________________________
24 m_evtSelector(ctxt.m_evtSelector) {
25}
26//________________________________________________________________________________
29//________________________________________________________________________________
31 return((void*)(m_evtSelector));
32}
33
This class provides the Context for RawDataSelector.
RawDataContext(const RawDataSelector *pSelector)
Constructor.
virtual ~RawDataContext()
Destructor.
virtual void * identifier() const
Inequality operator.