#include <Derivt.h>
Definition at line 111 of file Derivt.h.
◆ VKPlaneConstraint()
| Trk::VKPlaneConstraint::VKPlaneConstraint |
( |
int | NTRK, |
|
|
double | a, |
|
|
double | b, |
|
|
double | c, |
|
|
double | d, |
|
|
VKVertex * | vk ) |
|
inline |
Definition at line 201 of file Derivt.h.
VKConstraintBase(const int, int, VKConstraintType, VKVertex *)
◆ ~VKPlaneConstraint()
| Trk::VKPlaneConstraint::~VKPlaneConstraint |
( |
| ) |
|
|
inlinedefault |
◆ applyConstraint()
| void Trk::VKPlaneConstraint::applyConstraint |
( |
| ) |
|
|
inlineoverridevirtual |
◆ clone()
◆ getA()
| double Trk::VKPlaneConstraint::getA |
( |
| ) |
const |
|
inline |
◆ getB()
| double Trk::VKPlaneConstraint::getB |
( |
| ) |
const |
|
inline |
◆ getC()
| double Trk::VKPlaneConstraint::getC |
( |
| ) |
const |
|
inline |
◆ getD()
| double Trk::VKPlaneConstraint::getD |
( |
| ) |
const |
|
inline |
◆ getOriginVertex()
| const VKVertex * Trk::VKConstraintBase::getOriginVertex |
( |
| ) |
const |
|
inlineinherited |
Definition at line 32 of file Derivt.h.
VKVertex * m_originVertex
◆ getType()
Definition at line 33 of file Derivt.h.
const VKConstraintType m_type
◆ operator<<
Definition at line 95 of file Derivt.cxx.
95 {
96 const VKVertex* vk = cnst.getOriginVertex();
98 out << std::defaultfloat;
99 out <<
" Vertex in plane constraint (total NTRK=" << vk->TrackList.size()
100 << ")" << "\n";
101 out <<
" Plane(A,B,C,D):" << cnst.getA() <<
", " << cnst.getB() <<
", "
102 << cnst.getC() << ", " << cnst.getD() << "\n";
103 out << dynamic_cast<const VKConstraintBase&>(cnst) << "\n";
106}
◆ aa
| std::vector<double> Trk::VKConstraintBase::aa |
|
inherited |
◆ f0t
| std::vector<std::vector<Vect3DF> > Trk::VKConstraintBase::f0t |
|
inherited |
◆ h0t
| std::vector<Vect3DF> Trk::VKConstraintBase::h0t |
|
inherited |
◆ m_A
| double Trk::VKPlaneConstraint::m_A |
|
private |
◆ m_B
| double Trk::VKPlaneConstraint::m_B |
|
private |
◆ m_C
| double Trk::VKPlaneConstraint::m_C |
|
private |
◆ m_D
| double Trk::VKPlaneConstraint::m_D |
|
private |
◆ m_originVertex
| VKVertex* Trk::VKConstraintBase::m_originVertex |
|
protectedinherited |
◆ m_type
◆ NCDim
| int Trk::VKConstraintBase::NCDim |
|
inherited |
◆ NTrk
| int Trk::VKConstraintBase::NTrk |
|
inherited |
The documentation for this class was generated from the following file: