![]() |
ATLAS Offline Software
|
Helper struct storing information about the accessed files. More...
Public Member Functions | |
| bool | operator< (const AccessedFile &rhs) const |
| Operator to be able to put this into an std::set. | |
| std::string | fullFilePath () const |
| Function returning the full file path. | |
Public Attributes | |
| std::string | m_filePath |
| The full path to the file. | |
| std::string | m_fileName |
| The name of the file. | |
Helper struct storing information about the accessed files.
Definition at line 31 of file TFileAccessTracer.cxx.
|
inline |
Function returning the full file path.
Definition at line 47 of file TFileAccessTracer.cxx.
|
inline |
Operator to be able to put this into an std::set.
Definition at line 37 of file TFileAccessTracer.cxx.
| std::string xAOD::TFileAccessTracer::Impl::AccessedFile::m_fileName |
The name of the file.
Definition at line 35 of file TFileAccessTracer.cxx.
| std::string xAOD::TFileAccessTracer::Impl::AccessedFile::m_filePath |
The full path to the file.
Definition at line 33 of file TFileAccessTracer.cxx.