13#include <fmt/format.h>
36 constexpr char indentCh =
'\t';
37 std::string indent(indentLevel, indentCh);
39 + fmt::format(
"active layer: zRef={:9.4}cm, x=[{:9.4}, {:9.4}]cm, y=[{:9.4}, {:9.4}]cm, fieldType={}, "
Properties of an active surface of the layer.
cbm::algo::kf::fvec fYmin
cbm::algo::kf::fvec fXmin
cbm::algo::kf::fvec fXmax
cbm::algo::kf::fvec fZref
cbm::algo::kf::fvec fYmax
Properties of an active surface of the layer.
F fYmin
lower bound for active plane in y-direction [cm]
EFieldType fFieldType
Type of magnetic field near the layer.
F fXmin
lower bound for active plane in x-direction [cm]
F fXmax
upper bound for active plane in x-direction [cm]
F fZref
reference z-coordinate of the layer [cm]
F fYmax
upper bound for active plane in y-direction [cm]
std::string ToString(int indentLevel=0) const
String representation of the class.
bool fTimeInfo
If time-measurement accessible.
DataOut Cast(const DataT &val)
Converts a value of type DataT to type DataOut.
EFieldType
Magnetic field type in different setup regions.