| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RootIOEvtSelector::Context Class Reference

#include <RootIOEvtSelector.h>

Inheritance diagram for RootIOEvtSelector::Context:

[legend]
Collaboration diagram for RootIOEvtSelector::Context:
[legend]
List of all members.

Public Member Functions

 Context (const RootIOEvtSelector *evtsel)
virtual ~Context ()
virtual void * identifier () const

Public Attributes

int m_entry

Private Attributes

const RootIOEvtSelectorm_evtSel

Detailed Description

Definition at line 28 of file RootIOEvtSelector.h.


Constructor & Destructor Documentation

RootIOEvtSelector::Context::Context ( const RootIOEvtSelector evtsel  )  [inline]

Definition at line 37 of file RootIOEvtSelector.h.

00038             : m_evtSel(evtsel), m_entry(-1) { }

virtual RootIOEvtSelector::Context::~Context (  )  [inline, virtual]

Reimplemented from IEvtSelector::Context.

Definition at line 39 of file RootIOEvtSelector.h.

00039 {  }


Member Function Documentation

virtual void* RootIOEvtSelector::Context::identifier (  )  const [inline, virtual]

Implements IEvtSelector::Context.

Definition at line 40 of file RootIOEvtSelector.h.

00040 { return (void*)m_evtSel; }


Member Data Documentation

const RootIOEvtSelector* RootIOEvtSelector::Context::m_evtSel [private]

Definition at line 30 of file RootIOEvtSelector.h.

int RootIOEvtSelector::Context::m_entry

Definition at line 35 of file RootIOEvtSelector.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:18:21 2011 for RootIOSvc by doxygen 1.4.7