#include <Derivt.h>
Definition at line 109 of file Derivt.h.
◆ VKPlaneConstraint()
Trk::VKPlaneConstraint::VKPlaneConstraint |
( |
int |
NTRK, |
|
|
double |
a, |
|
|
double |
b, |
|
|
double |
c, |
|
|
double |
d, |
|
|
VKVertex * |
vk |
|
) |
| |
|
inline |
◆ ~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()
◆ getType()
◆ operator<<
Definition at line 100 of file Derivt.cxx.
101 const VKVertex* vk = cnst.getOriginVertex();
104 out << std::defaultfloat;
105 out <<
" Vertex in plane constraint (total NTRK=" << vk->TrackList.size()
107 out <<
" Plane(A,B,C,D):" << cnst.getA() <<
", " << cnst.getB() <<
", "
108 << cnst.getC() <<
", " << cnst.getD() << std::endl;
◆ 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: