ATLAS Offline Software
|
class to calculate residual of a hit with a segment and calculate the local track errors More...
#include <ResidualWithSegment.h>
Public Member Functions | |
ResidualWithSegment (const Segment &segment) | |
double | trackError2 (const DriftCircle &dc) const |
calculate the track error at the position of a drift circle More... | |
double | trackError2 (const Cluster &cl) const |
calculate the track error at the position of a cluster More... | |
double | residual (const LocVec2D &pos) const |
double | residual (const DriftCircle &dc) const |
double | residual (const Cluster &cl) const |
void | set (const Line &line) |
Protected Attributes | |
TransformToLine | m_transToLine |
Private Attributes | |
Line | m_line |
double | m_errorY02 |
double | m_errorPhi2 |
class to calculate residual of a hit with a segment and calculate the local track errors
Definition at line 20 of file ResidualWithSegment.h.
Definition at line 22 of file ResidualWithSegment.h.
Definition at line 25 of file ResidualWithLine.h.
|
inlineinherited |
Definition at line 23 of file ResidualWithLine.h.
Definition at line 21 of file ResidualWithLine.h.
Definition at line 34 of file ResidualWithLine.h.
calculate the track error at the position of a cluster
Definition at line 35 of file ResidualWithSegment.h.
|
inline |
calculate the track error at the position of a drift circle
Definition at line 29 of file ResidualWithSegment.h.
|
private |
Definition at line 49 of file ResidualWithSegment.h.
|
private |
Definition at line 48 of file ResidualWithSegment.h.
|
private |
Definition at line 47 of file ResidualWithSegment.h.
|
protectedinherited |
Definition at line 37 of file ResidualWithLine.h.