#include <LineTool.h>
Definition at line 26 of file LineTool.h.
◆ Line() [1/2]
DecayTreeFitter::Line::Line |
( |
| ) |
|
|
inline |
◆ Line() [2/2]
DecayTreeFitter::Line::Line |
( |
const TVector3 & |
p0, |
|
|
const TVector3 & |
v0 |
|
) |
| |
|
inline |
Definition at line 29 of file LineTool.h.
29 : m_p0(p0), m_v0(v0) {}
◆ ~Line()
virtual DecayTreeFitter::Line::~Line |
( |
| ) |
|
|
inlinevirtual |
◆ beginPoint()
const TVector3& DecayTreeFitter::Line::beginPoint |
( |
| ) |
const |
|
inline |
◆ direction()
const TVector3& DecayTreeFitter::Line::direction |
( |
| ) |
const |
|
inline |
◆ fillStream()
std::ostream& DecayTreeFitter::Line::fillStream |
( |
std::ostream & |
os | ) |
const |
|
inline |
Definition at line 38 of file LineTool.h.
Referenced by DecayTreeFitter::operator<<().
40 os <<
"\np0 (" << m_p0.x() <<
" " << m_p0.y() <<
" " << m_p0.z() <<
") direction (" << m_v0.x() <<
" " << m_v0.y() <<
" " << m_v0.z() <<
")\n" << std::endl;
◆ operator()()
TVector3 DecayTreeFitter::Line::operator() |
( |
const double |
mu | ) |
const |
|
inline |
◆ position()
TVector3 DecayTreeFitter::Line::position |
( |
const double |
mu | ) |
const |
|
inline |
The documentation for this class was generated from the following file: