#include <PileUpMTAlg.h>
Definition at line 33 of file PileUpMTAlg.h.
◆ atomic_output()
| atomic_output::atomic_output |
( |
| ) |
|
|
default |
◆ ~atomic_output()
| atomic_output::~atomic_output |
( |
| ) |
|
|
inline |
◆ init()
| bool atomic_output::init |
( |
const std::string & |
filename | ) |
|
|
inline |
Definition at line 40 of file PileUpMTAlg.h.
41 using namespace std::chrono;
42 std::lock_guard lck{
m_mtx};
◆ print()
| void atomic_output::print |
( |
const std::string & |
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: