BOSS 8.0.0
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.
 RootEventContext (const RootEvtSelector *selector)
 Constructor.
 RootEventContext (const RootEventContext &ctxt)
 Copy constructor.
virtual ~RootEventContext ()
 Destructor.
virtual void * identifier () const
 Inequality operator.
 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 Event/RootCnvSvc/include/RootCnvSvc/RootEventContext.h.

Constructor & Destructor Documentation

◆ RootEventContext() [1/6]

RootEventContext::RootEventContext ( const RootEvtSelector * selector)

Constructor.

Definition at line 4 of file RootEventContext.cxx.

5 : m_evtSelector( selector ) {}

Referenced by RootEventContext().

◆ RootEventContext() [2/6]

RootEventContext::RootEventContext ( const RootEventContext & ctxt)

Copy constructor.

Definition at line 8 of file RootEventContext.cxx.

9 : m_evtSelector( ctxt.m_evtSelector ) {}

◆ ~RootEventContext() [1/3]

RootEventContext::~RootEventContext ( )
virtual

Destructor.

Definition at line 12 of file RootEventContext.cxx.

12{}

◆ RootEventContext() [3/6]

RootEventContext::RootEventContext ( const RootEvtSelector * selector)

Constructor.

◆ RootEventContext() [4/6]

RootEventContext::RootEventContext ( const RootEventContext & ctxt)

Copy constructor.

◆ ~RootEventContext() [2/3]

virtual RootEventContext::~RootEventContext ( )
virtual

Destructor.

◆ RootEventContext() [5/6]

RootEventContext::RootEventContext ( const RootEvtSelector * selector)

Constructor.

◆ RootEventContext() [6/6]

RootEventContext::RootEventContext ( const RootEventContext & ctxt)

Copy constructor.

◆ ~RootEventContext() [3/3]

virtual RootEventContext::~RootEventContext ( )
virtual

Destructor.

Member Function Documentation

◆ identifier() [1/3]

void * RootEventContext::identifier ( ) const
virtual

Inequality operator.

Definition at line 15 of file RootEventContext.cxx.

15{ return ( (void*)( m_evtSelector ) ); }

◆ identifier() [2/3]

virtual void * RootEventContext::identifier ( ) const
virtual

Inequality operator.

◆ identifier() [3/3]

virtual void * RootEventContext::identifier ( ) const
virtual

Inequality operator.


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