5#ifndef XAODROOTACCESS_TOOLS_TFILEACCESSTRACER_H
6#define XAODROOTACCESS_TOOLS_TFILEACCESSTRACER_H
47 void add(std::string_view fileName);
double monitoredFraction() const
Fraction of jobs that should send monitoring information.
void enableDataSubmission(bool value)
Function for turning data submission on/off.
void setMonitoredFraction(double value)
Set the fraction of jobs that should send monitoring information.
const std::string & serverAddress() const
The address of the server that information is sent to.
void add(std::string_view fileName)
Add information about a new file that got accessed.
~TFileAccessTracer()
Destructor.
TFileAccessTracer()
Default constructor.
void setServerAddress(const std::string &addr)
Set the address of the server that information is sent to.
static TFileAccessTracer & instance()
Access the singleton instance of this class.
std::unique_ptr< Impl > m_impl
Pointer to the implementation of the class.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.