RootEventContext Class Reference

This class provides the Context for RootEventSelector. More...

#include <RootEventContext.h>

List of all members.

Public Member Functions

 RootEventContext (const RootEvtSelector *selector)
 Constructor.
 RootEventContext (const RootEventContext &ctxt)
 Copy constructor.
virtual ~RootEventContext ()
 Destructor.
virtual void * identifier () const
 Inequality operator.

Private Attributes

const RootEvtSelectorm_evtSelector


Detailed Description

This class provides the Context for RootEventSelector.

Definition at line 14 of file RootEventContext.h.


Constructor & Destructor Documentation

RootEventContext::RootEventContext ( const RootEvtSelector selector  ) 

Constructor.

Definition at line 4 of file RootEventContext.cxx.

00005           :
00006         m_evtSelector(selector) {
00007 }

RootEventContext::RootEventContext ( const RootEventContext ctxt  ) 

Copy constructor.

Definition at line 10 of file RootEventContext.cxx.

00011                         :
00012         m_evtSelector(ctxt.m_evtSelector) {
00013 }

RootEventContext::~RootEventContext (  )  [virtual]

Destructor.

Definition at line 16 of file RootEventContext.cxx.

00016                                     {
00017 }


Member Function Documentation

void * RootEventContext::identifier (  )  const [virtual]

Inequality operator.

Definition at line 20 of file RootEventContext.cxx.

References m_evtSelector.

00020                                          {
00021  return((void*)(m_evtSelector));
00022 }


Member Data Documentation

const RootEvtSelector* RootEventContext::m_evtSelector [private]

Definition at line 31 of file RootEventContext.h.

Referenced by identifier().


Generated on Tue Nov 29 23:35:52 2016 for BOSS_7.0.2 by  doxygen 1.4.7