#include <PndFtsLineComparator.h>
|
| PndFtsLineComparator (Double_t maxDistance, Double_t maxAngle, Double_t z=0) |
|
virtual | ~PndFtsLineComparator () |
|
Bool_t | areEqual (PndLine l1, PndLine l2) |
|
Bool_t | areEqual2D (PndLine l1, PndLine l2) |
|
Double_t | getQuality3D (PndLine l1, PndLine l2) |
|
Double_t | getQuality (PndLine l1, PndLine l2) |
|
void | setZValue (Double_t z) |
|
Double_t | getAngle (TVector3 d1, TVector3 d2) |
|
Double_t | getDist (TVector3 b1, TVector3 b2, TVector3 d1, TVector3 d2) |
|
Double_t | getAngle2D (TVector3 d1, TVector3 d2) |
|
Double_t | getDist2D (TVector3 b1, TVector3 b2, TVector3 d1, TVector3 d2) |
|
void | setMaxDistance (Double_t d) |
|
void | setMaxAngle (Double_t a) |
|
Double_t | getMaxDist () |
|
Double_t | getMaxAngle () |
|
Definition at line 19 of file PndFtsLineComparator.h.
◆ PndFtsLineComparator()
PndFtsLineComparator::PndFtsLineComparator |
( |
Double_t |
maxDistance, |
|
|
Double_t |
maxAngle, |
|
|
Double_t |
z = 0 |
|
) |
| |
|
inline |
◆ ~PndFtsLineComparator()
virtual PndFtsLineComparator::~PndFtsLineComparator |
( |
| ) |
|
|
virtual |
◆ areEqual()
◆ areEqual2D()
◆ getAngle()
Double_t PndFtsLineComparator::getAngle |
( |
TVector3 |
d1, |
|
|
TVector3 |
d2 |
|
) |
| |
◆ getAngle2D()
Double_t PndFtsLineComparator::getAngle2D |
( |
TVector3 |
d1, |
|
|
TVector3 |
d2 |
|
) |
| |
◆ getDist()
Double_t PndFtsLineComparator::getDist |
( |
TVector3 |
b1, |
|
|
TVector3 |
b2, |
|
|
TVector3 |
d1, |
|
|
TVector3 |
d2 |
|
) |
| |
◆ getDist2D()
Double_t PndFtsLineComparator::getDist2D |
( |
TVector3 |
b1, |
|
|
TVector3 |
b2, |
|
|
TVector3 |
d1, |
|
|
TVector3 |
d2 |
|
) |
| |
◆ getMaxAngle()
Double_t PndFtsLineComparator::getMaxAngle |
( |
| ) |
|
|
inline |
◆ getMaxDist()
Double_t PndFtsLineComparator::getMaxDist |
( |
| ) |
|
|
inline |
◆ getQuality()
◆ getQuality3D()
Double_t PndFtsLineComparator::getQuality3D |
( |
PndLine |
l1, |
|
|
PndLine |
l2 |
|
) |
| |
◆ setMaxAngle()
void PndFtsLineComparator::setMaxAngle |
( |
Double_t |
a | ) |
|
|
inline |
◆ setMaxDistance()
void PndFtsLineComparator::setMaxDistance |
( |
Double_t |
d | ) |
|
|
inline |
◆ setZValue()
void PndFtsLineComparator::setZValue |
( |
Double_t |
z | ) |
|
|
inline |
The documentation for this class was generated from the following file: