#include <ResidualWithLine.h>
Definition at line 16 of file ResidualWithLine.h.
◆ ResidualWithLine() [1/2]
| TrkDriftCircleMath::ResidualWithLine::ResidualWithLine |
( |
| ) |
|
|
default |
◆ ResidualWithLine() [2/2]
| TrkDriftCircleMath::ResidualWithLine::ResidualWithLine |
( |
const Line & | line | ) |
|
|
inline |
◆ residual() [1/3]
| double TrkDriftCircleMath::ResidualWithLine::residual |
( |
const Cluster & | cl | ) |
const |
|
inline |
Definition at line 25 of file ResidualWithLine.h.
25 {
26
27
30 if (sinPhi < 1e-13) sinPhi = 1
e-13;
31 return driftRes / sinPhi;
32 }
double residual(const LocVec2D &pos) const
cl
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]
◆ residual() [2/3]
| double TrkDriftCircleMath::ResidualWithLine::residual |
( |
const DriftCircle & | dc | ) |
const |
|
inline |
◆ residual() [3/3]
| double TrkDriftCircleMath::ResidualWithLine::residual |
( |
const LocVec2D & | pos | ) |
const |
|
inline |
◆ set()
| void TrkDriftCircleMath::ResidualWithLine::set |
( |
const Line & | line | ) |
|
|
inline |
◆ m_transToLine
The documentation for this class was generated from the following file: