28 double linearDensity) :
38 sl << std::setiosflags(std::ios::fixed);
39 sl << std::setprecision(7);
40 sl <<
"Trk::LineSaggingDescriptor";
41 sl <<
'\t' <<
"- wire length :" <<
m_wireLength << std::endl;
42 sl <<
'\t' <<
"- wire tension :" <<
m_wireTension << std::endl;
44 sl << std::setprecision(-1);
50 sl << std::setiosflags(std::ios::fixed);
51 sl << std::setprecision(7);
52 sl <<
"Trk::LineSaggingDescriptor:";
53 sl <<
'\t' <<
"- wire length :" <<
m_wireLength << std::endl;
54 sl <<
'\t' <<
"- wire tension :" <<
m_wireTension << std::endl;
56 sl << std::setprecision(-1);
static const Amg::Vector3D s_gravityDirection
static const double s_elecStatFactor
direction of gravity
MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
static const Amg::Vector3D s_referenceDirection
double m_wireLength
< the wire end positions
LineSaggingDescriptor()
Default Constructor.
Eigen::Matrix< double, 3, 1 > Vector3D