#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.
40 {
41 using namespace std::chrono;
42 std::lock_guard lck{
m_mtx};
44 return true;
45 }
48 return false;
49 }
50 auto time = system_clock::now();
51 auto header = std::format(
"FILE CREATED ON {:%Y-%m-%d} at {:%H:%M:%S %Z}\n",
52 time, time);
54 return true;
55 }
time(flags, cells_name, *args, **kw)
◆ 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: