Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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 EventCollectionSelector * m_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   }

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

Definition at line 60 of file EventCollectionSelector.cpp.

00060                                                {
00061     return m_fileIterator;
00062   }

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   }

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

Definition at line 48 of file EventCollectionSelector.cpp.

00048                                            {
00049     m_currentInput = v;
00050   }

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 36 of file EventCollectionSelector.cpp.

Definition at line 38 of file EventCollectionSelector.cpp.

Definition at line 37 of file EventCollectionSelector.cpp.

Definition at line 35 of file EventCollectionSelector.cpp.

Definition at line 33 of file EventCollectionSelector.cpp.

const EventCollectionSelector* EventCollectionContext::m_pSelector [private]

Definition at line 34 of file EventCollectionSelector.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:30:32 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004