#include <FPGATrackSimGenScanBinning.h>
◆ StreamManager()
FPGATrackSimGenScanBinningBase::StreamManager::StreamManager |
( |
const std::string & |
setname | ) |
|
|
inline |
◆ ~StreamManager()
FPGATrackSimGenScanBinningBase::StreamManager::~StreamManager |
( |
| ) |
|
|
inline |
◆ writeVar()
template<typename T >
void FPGATrackSimGenScanBinningBase::StreamManager::writeVar |
( |
const std::string & |
var, |
|
|
T |
val |
|
) |
| |
Definition at line 185 of file FPGATrackSimGenScanBinning.cxx.
186 auto emplace_result =
m_map.try_emplace(
188 if (!emplace_result.second) {
189 emplace_result.first->second <<
",\n";
191 emplace_result.first->second <<
val;
◆ m_map
std::map<std::string, std::fstream> FPGATrackSimGenScanBinningBase::StreamManager::m_map |
|
private |
◆ m_setname
std::string FPGATrackSimGenScanBinningBase::StreamManager::m_setname |
|
private |
The documentation for this struct was generated from the following files: