BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
RootEventContext Class Reference

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

#include <RootEventContext.h>

+ Inheritance diagram for RootEventContext:

Public Member Functions

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

Detailed Description

This class provides the Context for RootEventSelector.

Definition at line 14 of file RootEventContext.h.

Constructor & Destructor Documentation

◆ RootEventContext() [1/2]

RootEventContext::RootEventContext ( const RootEvtSelector * selector)

Constructor.

Definition at line 4 of file RootEventContext.cxx.

5 :
6 m_evtSelector(selector) {
7}

◆ RootEventContext() [2/2]

RootEventContext::RootEventContext ( const RootEventContext & ctxt)

Copy constructor.

Definition at line 10 of file RootEventContext.cxx.

11 :
12 m_evtSelector(ctxt.m_evtSelector) {
13}

◆ ~RootEventContext()

RootEventContext::~RootEventContext ( )
virtual

Destructor.

Definition at line 16 of file RootEventContext.cxx.

16 {
17}

Member Function Documentation

◆ identifier()

void * RootEventContext::identifier ( ) const
virtual

Inequality operator.

Definition at line 20 of file RootEventContext.cxx.

20 {
21 return((void*)(m_evtSelector));
22}

Referenced by RootEvtSelector::last().


The documentation for this class was generated from the following files: