ROOT specific event selector context.
More...
|
| typedef std::vector< std::string > | Files |
| | Definition of the file container.
|
| |
|
| | RootEvtSelectorContext (const RootEvtSelector *s) |
| | Standard constructor with initialization.
|
| |
| virtual | ~RootEvtSelectorContext () |
| | Standard destructor.
|
| |
| const Files & | files () const |
| | Access to the file container.
|
| |
| void | setFiles (const Files &f) |
| | Set the file container.
|
| |
| virtual void * | identifier () const |
| | Context identifier.
|
| |
| Files::const_iterator | fileIterator () const |
| | Access to the file iterator.
|
| |
| void | setFileIterator (Files::const_iterator i) |
| | Set file iterator.
|
| |
| long | entry () const |
| | Access to the current event entry number.
|
| |
| void | setEntry (long e) |
| | Set current event entry number.
|
| |
| void | setFID (const std::string &fid) |
| | Set connection FID.
|
| |
| const std::string & | fid () const |
| | Access connection fid.
|
| |
| TBranch * | branch () const |
| | Access to the top level branch (typically /Event) used to iterate.
|
| |
| void | setBranch (TBranch *b) |
| | Set the top level branch (typically /Event) used to iterate.
|
| |
| virtual | ~Context () |
| |
|
| const RootEvtSelector * | m_sel |
| | Reference to the hosting event selector instance.
|
| |
| Files | m_files |
| | The file container managed by this context.
|
| |
| Files::const_iterator | m_fiter |
| | The iterator to the.
|
| |
| long | m_entry |
| | Current entry of current file.
|
| |
| TBranch * | m_branch |
| | Reference to the top level branch (typically /Event) used to iterate.
|
| |
| std::string | m_fid |
| | Connection fid.
|
| |
ROOT specific event selector context.
See the base class for a detailed description.
- Author
- M.Frank
- Version
- 1.0
Definition at line 33 of file RootEvtSelector.cpp.
| typedef std::vector<std::string> Gaudi::RootEvtSelectorContext::Files |
| Gaudi::RootEvtSelectorContext::RootEvtSelectorContext |
( |
const RootEvtSelector * |
s | ) |
|
|
inline |
| virtual Gaudi::RootEvtSelectorContext::~RootEvtSelectorContext |
( |
| ) |
|
|
inlinevirtual |
| TBranch* Gaudi::RootEvtSelectorContext::branch |
( |
| ) |
const |
|
inline |
Access to the top level branch (typically /Event) used to iterate.
Definition at line 77 of file RootEvtSelector.cpp.
| long Gaudi::RootEvtSelectorContext::entry |
( |
| ) |
const |
|
inline |
| const std::string& Gaudi::RootEvtSelectorContext::fid |
( |
| ) |
const |
|
inline |
| Files::const_iterator Gaudi::RootEvtSelectorContext::fileIterator |
( |
| ) |
const |
|
inline |
| const Files& Gaudi::RootEvtSelectorContext::files |
( |
| ) |
const |
|
inline |
| virtual void* Gaudi::RootEvtSelectorContext::identifier |
( |
| ) |
const |
|
inlinevirtual |
| void Gaudi::RootEvtSelectorContext::setBranch |
( |
TBranch * |
b | ) |
|
|
inline |
Set the top level branch (typically /Event) used to iterate.
Definition at line 79 of file RootEvtSelector.cpp.
| void Gaudi::RootEvtSelectorContext::setEntry |
( |
long |
e | ) |
|
|
inline |
| void Gaudi::RootEvtSelectorContext::setFID |
( |
const std::string & |
fid | ) |
|
|
inline |
| void Gaudi::RootEvtSelectorContext::setFileIterator |
( |
Files::const_iterator |
i | ) |
|
|
inline |
| void Gaudi::RootEvtSelectorContext::setFiles |
( |
const Files & |
f | ) |
|
|
inline |
| TBranch* Gaudi::RootEvtSelectorContext::m_branch |
|
private |
Reference to the top level branch (typically /Event) used to iterate.
Definition at line 47 of file RootEvtSelector.cpp.
| long Gaudi::RootEvtSelectorContext::m_entry |
|
private |
| std::string Gaudi::RootEvtSelectorContext::m_fid |
|
private |
| Files Gaudi::RootEvtSelectorContext::m_files |
|
private |
| Files::const_iterator Gaudi::RootEvtSelectorContext::m_fiter |
|
private |
The documentation for this class was generated from the following file: