|
| std::shared_ptr< std::stringstream > | m_ost |
◆ Stringer()
| ForwardTracker::Stringer::Stringer |
( |
| ) |
|
|
inline |
Definition at line 83 of file ForwardTracker/src/Beamline.cxx.
83:
m_ost(
new std::stringstream) { (*m_ost) <<
"----------------- Beamline -----------------\n"; }
std::shared_ptr< std::stringstream > m_ost
◆ operator()()
Definition at line 85 of file ForwardTracker/src/Beamline.cxx.
85 {
86
87 (*m_ost) << std::fixed << std::left
88 << std::setw(15) <<
be->label()
89 << std::setw(10) <<
be->side() << std::right
90 << std::setw(12) <<
be->frontFace()
91 << std::setw(12) <<
be->rearFace()
92 <<
" pos" <<
be->position()
93 << "\n";
94 }
◆ str()
| std::string ForwardTracker::Stringer::str |
( |
| ) |
const |
|
inline |
◆ m_ost
| std::shared_ptr<std::stringstream> ForwardTracker::Stringer::m_ost |
|
private |
The documentation for this class was generated from the following file: