ATLAS Offline Software
|
Public Member Functions | |
xAODEventContext (const xAODEventSelector *sel) | |
standard c-tor with initialization More... | |
virtual | ~xAODEventContext () |
standard d-tor More... | |
virtual void * | identifier () const override |
identifier method required by IEvtSelector::Context More... | |
const std::vector< std::string > & | files () const |
access to the container of files More... | |
const TFile * | file () const |
access to the current file More... | |
StatusCode setFile | ATLAS_NOT_THREAD_SAFE (const std::string &fname) |
call to setFile on evtSel More... | |
std::size_t | fileIndex () const |
access to the file iterator More... | |
int64_t | entry () const |
access to the current event entry number More... | |
Private Attributes | |
const xAODEventSelector * | m_evtsel |
reference to the hosting event selector instance More... | |
event selector context ... just holds reference back to the selector
Definition at line 79 of file xAODEventSelector.cxx.
|
inline |
standard c-tor with initialization
Definition at line 83 of file xAODEventSelector.cxx.
|
inlinevirtual |
|
inline |
call to setFile on evtSel
Definition at line 96 of file xAODEventSelector.cxx.
|
inline |
access to the current event entry number
Definition at line 102 of file xAODEventSelector.cxx.
|
inline |
access to the current file
Definition at line 94 of file xAODEventSelector.cxx.
|
inline |
access to the file iterator
Definition at line 100 of file xAODEventSelector.cxx.
|
inline |
|
inlineoverridevirtual |
identifier method required by IEvtSelector::Context
Definition at line 87 of file xAODEventSelector.cxx.
|
private |
reference to the hosting event selector instance
Definition at line 106 of file xAODEventSelector.cxx.