![]() |
ATLAS Offline Software
|
Fill in documentation. More...
#include <LineSaggingDescriptor.h>
Public Member Functions | |
| LineSaggingDescriptor () | |
| Default Constructor. | |
| LineSaggingDescriptor (double wireLength, double wireTension, double linearDensity) | |
| Constructor with arguments. | |
| MsgStream & | dump (MsgStream &sl) const |
| Output Method for MsgStream, to be overloaded by child classes. | |
| std::ostream & | dump (std::ostream &sl) const |
| Output Method for std::ostream, to be overloaded by child classes. | |
Protected Attributes | |
| double | m_wireLength |
| < the wire end positions | |
| double | m_wireTension |
| double | m_linearDensity |
Static Protected Attributes | |
| static const double | s_elecStatFactor |
| direction of gravity | |
| static const Amg::Vector3D | s_gravityDirection = -1 * Amg::Vector3D::UnitY() |
| static const Amg::Vector3D | s_referenceDirection |
Fill in documentation.
Definition at line 31 of file LineSaggingDescriptor.h.
|
inline |
Default Constructor.
Definition at line 35 of file LineSaggingDescriptor.h.
| Trk::LineSaggingDescriptor::LineSaggingDescriptor | ( | double | wireLength, |
| double | wireTension, | ||
| double | linearDensity ) |
Constructor with arguments.
Definition at line 26 of file LineSaggingDescriptor.cxx.
| MsgStream & Trk::LineSaggingDescriptor::dump | ( | MsgStream & | sl | ) | const |
Output Method for MsgStream, to be overloaded by child classes.
Definition at line 36 of file LineSaggingDescriptor.cxx.
| std::ostream & Trk::LineSaggingDescriptor::dump | ( | std::ostream & | sl | ) | const |
Output Method for std::ostream, to be overloaded by child classes.
Definition at line 48 of file LineSaggingDescriptor.cxx.
|
protected |
Definition at line 55 of file LineSaggingDescriptor.h.
|
protected |
< the wire end positions
Definition at line 53 of file LineSaggingDescriptor.h.
|
protected |
Definition at line 54 of file LineSaggingDescriptor.h.
|
staticprotected |
direction of gravity
Definition at line 58 of file LineSaggingDescriptor.h.
|
staticprotected |
Definition at line 59 of file LineSaggingDescriptor.h.
|
staticprotected |
Definition at line 60 of file LineSaggingDescriptor.h.