BOSS 8.0.0
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
15#include "RawDataContext.h"
16// #include "RawDataSelector.h"
17
18//________________________________________________________________________________
19RawDataContext::RawDataContext( const IEvtSelector* selector ) : m_evtSelector( selector ) {}
20//________________________________________________________________________________
22 : m_evtSelector( ctxt.m_evtSelector ) {}
23//________________________________________________________________________________
25//________________________________________________________________________________
26void* RawDataContext::identifier() const { return ( (void*)( m_evtSelector ) ); }
virtual ~RawDataContext()
Destructor.
virtual void * identifier() const
Inequality operator.
RawDataContext(const IEvtSelector *pSelector)
Constructor.