#include <dump_file.hh>
|
| FilenameGenerator (const std::string &prefix, const std::string &postfix) |
|
void | generate () |
|
std::string | name (std::size_t run_number, unsigned int detector_id) const |
|
- Author
- cpellegrino
Definition at line 12 of file dump_file.hh.
◆ FilenameGenerator()
FilenameGenerator::FilenameGenerator |
( |
const std::string & |
prefix, |
|
|
const std::string & |
postfix |
|
) |
| |
|
inline |
◆ generate()
void FilenameGenerator::generate |
( |
| ) |
|
|
inline |
◆ name()
std::string FilenameGenerator::name |
( |
std::size_t |
run_number, |
|
|
unsigned int |
detector_id |
|
) |
| const |
|
inline |
Definition at line 34 of file dump_file.hh.
36 std::ostringstream oss;
39 << std::setfill(
'0') << std::setw(8)
42 << std::setfill(
'0') << std::setw(8)
45 << std::setfill(
'0') << std::setw(8)
◆ m_prefix
std::string FilenameGenerator::m_prefix |
|
private |
◆ m_postfix
std::string FilenameGenerator::m_postfix |
|
private |
◆ m_file_no
std::size_t FilenameGenerator::m_file_no |
|
private |
◆ m_detector_id
unsigned int FilenameGenerator::m_detector_id |
|
private |
The documentation for this class was generated from the following file: