![]() |
ATLAS Offline Software
|
#include <Derivt.h>
Public Member Functions | |
| VKPlaneConstraint (int, double, double, double, double, VKVertex *) | |
| ~VKPlaneConstraint () | |
| double | getA () const |
| double | getB () const |
| double | getC () const |
| double | getD () const |
| virtual void | applyConstraint () override |
| virtual VKConstraintBase * | clone () const override |
| const VKVertex * | getOriginVertex () const |
| VKConstraintType | getType () const |
Public Attributes | |
| int | NCDim |
| int | NTrk |
| std::vector< double > | aa |
| std::vector< std::vector< Vect3DF > > | f0t |
| std::vector< Vect3DF > | h0t |
Protected Attributes | |
| VKVertex * | m_originVertex |
| const VKConstraintType | m_type |
Private Attributes | |
| double | m_A |
| double | m_B |
| double | m_C |
| double | m_D |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const VKPlaneConstraint &cnst) |
|
inline |
|
inlinedefault |
|
inlineoverridevirtual |
Implements Trk::VKConstraintBase.
|
inlineoverridevirtual |
Implements Trk::VKConstraintBase.
Definition at line 230 of file Derivt.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
friend |
Definition at line 95 of file Derivt.cxx.
|
inherited |
|
protectedinherited |
|
protectedinherited |