event selector context ... just holds reference back to the selector
More...
|
| | xAODEventContext (const xAODEventSelector *sel) |
| | standard c-tor with initialization
|
| virtual | ~xAODEventContext () |
| | standard d-tor
|
| virtual void * | identifier () const override |
| | identifier method required by IEvtSelector::Context
|
| const std::vector< std::string > & | files () const |
| | access to the container of files
|
| const TFile * | file () const |
| | access to the current file
|
| StatusCode setFile | ATLAS_NOT_THREAD_SAFE (const std::string &fname) |
| | call to setFile on evtSel
|
| std::size_t | fileIndex () const |
| | access to the file iterator
|
| int64_t | entry () const |
| | access to the current event entry number
|
event selector context ... just holds reference back to the selector
Definition at line 79 of file xAODEventSelector.cxx.
◆ xAODEventContext()
standard c-tor with initialization
Definition at line 83 of file xAODEventSelector.cxx.
const xAODEventSelector * m_evtsel
reference to the hosting event selector instance
◆ ~xAODEventContext()
| virtual Athena::xAODEventContext::~xAODEventContext |
( |
| ) |
|
|
inlinevirtual |
◆ ATLAS_NOT_THREAD_SAFE()
| StatusCode setFile Athena::xAODEventContext::ATLAS_NOT_THREAD_SAFE |
( |
const std::string & | fname | ) |
|
|
inline |
call to setFile on evtSel
Definition at line 96 of file xAODEventSelector.cxx.
96 {
97 return const_cast<xAODEventSelector*
>(
m_evtsel)->setFile(fname);
98 }
◆ entry()
| int64_t Athena::xAODEventContext::entry |
( |
| ) |
const |
|
inline |
◆ file()
| const TFile * Athena::xAODEventContext::file |
( |
| ) |
const |
|
inline |
◆ fileIndex()
| std::size_t Athena::xAODEventContext::fileIndex |
( |
| ) |
const |
|
inline |
◆ files()
| const std::vector< std::string > & Athena::xAODEventContext::files |
( |
| ) |
const |
|
inline |
◆ identifier()
| virtual void * Athena::xAODEventContext::identifier |
( |
| ) |
const |
|
inlineoverridevirtual |
identifier method required by IEvtSelector::Context
Definition at line 87 of file xAODEventSelector.cxx.
87 {
90 }
#define ATLAS_THREAD_SAFE
◆ m_evtsel
The documentation for this class was generated from the following file: