![]() |
ATLAS Offline Software
|
Classes | |
| struct | AccessedFile |
| Helper struct storing information about the accessed files. More... | |
Public Attributes | |
| std::set< AccessedFile > | m_accessedFiles |
| List of all the input files that were accessed in the job. | |
| std::string | m_serverAddress {"http://event-loop.atlas-ml.org:80"} |
| Address of the server to send monitoring information to. | |
| std::atomic_bool | m_enableDataSumbission {true} |
| Overall flag for enabling/disabling the data submission. | |
| const ReadStats & | m_readStats {IOStats::instance().stats()} |
| Permanent reference to the job's ReadStats object. | |
| double | m_monitoredFraction {1.} |
| Fraction of jobs that should send monitoring information. | |
| std::mutex | m_mutex |
| Mutex for modifying the object. | |
Definition at line 28 of file TFileAccessTracer.cxx.
| std::set<AccessedFile> xAOD::TFileAccessTracer::Impl::m_accessedFiles |
List of all the input files that were accessed in the job.
Definition at line 57 of file TFileAccessTracer.cxx.
| std::atomic_bool xAOD::TFileAccessTracer::Impl::m_enableDataSumbission {true} |
Overall flag for enabling/disabling the data submission.
Definition at line 62 of file TFileAccessTracer.cxx.
| double xAOD::TFileAccessTracer::Impl::m_monitoredFraction {1.} |
Fraction of jobs that should send monitoring information.
Definition at line 68 of file TFileAccessTracer.cxx.
|
mutable |
Mutex for modifying the object.
Definition at line 71 of file TFileAccessTracer.cxx.
| const ReadStats& xAOD::TFileAccessTracer::Impl::m_readStats {IOStats::instance().stats()} |
Permanent reference to the job's ReadStats object.
Definition at line 65 of file TFileAccessTracer.cxx.
| std::string xAOD::TFileAccessTracer::Impl::m_serverAddress {"http://event-loop.atlas-ml.org:80"} |
Address of the server to send monitoring information to.
Definition at line 60 of file TFileAccessTracer.cxx.