Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

EventCollectionContext Class Reference

Inheritance diagram for EventCollectionContext:

Inheritance graph
[legend]
Collaboration diagram for EventCollectionContext:

Collaboration graph
[legend]

List of all members.

Public Types

typedef std::list< std::stringListName

Public Member Functions

 EventCollectionContext (const EventCollectionSelector *pSelector)
 Standard constructor.
virtual ~EventCollectionContext ()
 Standard destructor.
const std::stringcurrentInput () const
void setCurrentInput (const std::string &v)
ListNamefiles ()
virtual void * identifier () const
void setCriteria (const std::string &crit)
ListName::const_iterator fileIterator ()
void setFileIterator (ListName::const_iterator new_iter)

Private Attributes

GenericAddressm_pAddressBuffer
const EventCollectionSelectorm_pSelector
ListName m_files
std::string m_criteria
ListName::const_iterator m_fileIterator
std::string m_currentInput


Detailed Description

Author:
M.Frank
Version:
1.0

Definition at line 29 of file EventCollectionSelector.cpp.


Member Typedef Documentation

Definition at line 31 of file EventCollectionSelector.cpp.


Constructor & Destructor Documentation

EventCollectionContext::EventCollectionContext ( const EventCollectionSelector pSelector  ) 

Standard constructor.

Definition at line 71 of file EventCollectionSelector.cpp.

00072   : m_pSelector(pSelector)
00073 {
00074   m_pAddressBuffer = new GenericAddress();
00075   m_pAddressBuffer->addRef();
00076 }

EventCollectionContext::~EventCollectionContext (  )  [virtual]

Standard destructor.

Definition at line 67 of file EventCollectionSelector.cpp.

00067                                                 {
00068   m_pAddressBuffer->release();
00069 }


Member Function Documentation

const std::string& EventCollectionContext::currentInput (  )  const [inline]

Definition at line 45 of file EventCollectionSelector.cpp.

00045                                         {
00046     return m_currentInput;
00047   }

void EventCollectionContext::setCurrentInput ( const std::string v  )  [inline]

Definition at line 48 of file EventCollectionSelector.cpp.

00048                                            {
00049     m_currentInput = v;
00050   }

ListName& EventCollectionContext::files (  )  [inline]

Definition at line 51 of file EventCollectionSelector.cpp.

00051                     {
00052     return m_files;
00053   }

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

Implements IEvtSelector::Context.

Definition at line 54 of file EventCollectionSelector.cpp.

00054                                    {
00055     return (void*)m_pSelector;
00056   }

void EventCollectionContext::setCriteria ( const std::string crit  )  [inline]

Definition at line 57 of file EventCollectionSelector.cpp.

00057                                           {
00058     m_criteria = crit;
00059   }

ListName::const_iterator EventCollectionContext::fileIterator (  )  [inline]

Definition at line 60 of file EventCollectionSelector.cpp.

00060                                                {
00061     return m_fileIterator;
00062   }

void EventCollectionContext::setFileIterator ( ListName::const_iterator  new_iter  )  [inline]

Definition at line 63 of file EventCollectionSelector.cpp.

00064   {  m_fileIterator = new_iter;   }


Member Data Documentation

Definition at line 33 of file EventCollectionSelector.cpp.

Definition at line 34 of file EventCollectionSelector.cpp.

Definition at line 35 of file EventCollectionSelector.cpp.

Definition at line 36 of file EventCollectionSelector.cpp.

Definition at line 37 of file EventCollectionSelector.cpp.

Definition at line 38 of file EventCollectionSelector.cpp.


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

Generated at Mon May 3 12:24:07 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004