#include <PileUpMTAlg.h>
Definition at line 35 of file PileUpMTAlg.h.
◆ atomic_output()
atomic_output::atomic_output |
( |
| ) |
|
|
default |
◆ ~atomic_output()
atomic_output::~atomic_output |
( |
| ) |
|
|
inline |
◆ init()
void atomic_output::init |
( |
const std::string & |
filename | ) |
|
|
inline |
Definition at line 42 of file PileUpMTAlg.h.
43 using namespace std::chrono;
44 std::lock_guard lck{
m_mtx};
◆ print()
void atomic_output::print |
( |
const fmt::memory_buffer & |
str | ) |
|
|
inline |
◆ m_file
std::FILE* atomic_output::m_file {} |
|
private |
◆ m_mtx
std::mutex atomic_output::m_mtx {} |
|
private |
The documentation for this class was generated from the following file: