|
std::shared_ptr< std::stringstream > | m_ost |
|
◆ Stringer()
ForwardTracker::Stringer::Stringer |
( |
| ) |
|
|
inline |
◆ operator()()
Definition at line 85 of file ForwardTracker/src/Beamline.cxx.
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()
◆ 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: