#include <Derivt.h>
Definition at line 69 of file Derivt.h.
◆ VKPhiConstraint()
| Trk::VKPhiConstraint::VKPhiConstraint |
( |
int | NTRK, |
|
|
VKVertex * | vk ) |
|
inline |
Definition at line 176 of file Derivt.h.
179}
VKConstraintBase(const int, int, VKConstraintType, VKVertex *)
VKVertex * m_originVertex
◆ ~VKPhiConstraint()
| Trk::VKPhiConstraint::~VKPhiConstraint |
( |
| ) |
|
|
inlinedefault |
◆ applyConstraint()
| void Trk::VKPhiConstraint::applyConstraint |
( |
| ) |
|
|
inlineoverridevirtual |
◆ clone()
◆ getOriginVertex()
| const VKVertex * Trk::VKConstraintBase::getOriginVertex |
( |
| ) |
const |
|
inlineinherited |
◆ getType()
Definition at line 33 of file Derivt.h.
const VKConstraintType m_type
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const VKPhiConstraint & | cnst ) |
|
friend |
Definition at line 54 of file Derivt.cxx.
54 {
55 const VKVertex* vk = cnst.getOriginVertex();
57 out << std::defaultfloat;
58 out <<
" Phi constraint (total NTRK=" << vk->TrackList.size() <<
")"
59 << "\n";
60 out << dynamic_cast<const VKConstraintBase&>(cnst) << "\n";
63}
◆ 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_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: