![]() |
ATLAS Offline Software
|
#include <TrigInDetTrackFollowingTool.h>
Public Member Functions | |
| TrigFTF_ExtendedTrackState ()=delete | |
| ~TrigFTF_ExtendedTrackState () | |
| TrigFTF_ExtendedTrackState & | operator= (const TrigFTF_ExtendedTrackState &)=delete |
| TrigFTF_ExtendedTrackState (double const *, const Trk::PlaneSurface *) | |
| void | AddHole () |
| void | AddHit (const Trk::PrepRawData *, double, int) |
| void | SwapTheEnds () |
| void | correctAngles () |
| void | report () const |
Public Attributes | |
| double | m_Xk [10] |
| double | m_Gk [10][10] |
| double | m_chi2 |
| double | m_ndof |
| const Trk::PlaneSurface * | m_pS |
| const Trk::PlaneSurface * | m_pO |
| std::list< TrigFTF_HitAssignment > | m_track |
| int | m_nClusters |
| int | m_nHoles |
| bool | m_isSwapped |
Definition at line 52 of file TrigInDetTrackFollowingTool.h.
|
delete |
|
inline |
Definition at line 55 of file TrigInDetTrackFollowingTool.h.
| TrigFTF_ExtendedTrackState::TrigFTF_ExtendedTrackState | ( | double const * | P, |
| const Trk::PlaneSurface * | pS ) |
Definition at line 40 of file TrigInDetTrackFollowingTool.cxx.
| void TrigFTF_ExtendedTrackState::AddHit | ( | const Trk::PrepRawData * | pPRD, |
| double | dchi2, | ||
| int | ndof ) |
Definition at line 84 of file TrigInDetTrackFollowingTool.cxx.
| void TrigFTF_ExtendedTrackState::AddHole | ( | ) |
Definition at line 62 of file TrigInDetTrackFollowingTool.cxx.
| void TrigFTF_ExtendedTrackState::correctAngles | ( | ) |
Definition at line 72 of file TrigInDetTrackFollowingTool.cxx.
|
delete |
| void TrigFTF_ExtendedTrackState::report | ( | ) | const |
Definition at line 136 of file TrigInDetTrackFollowingTool.cxx.
| void TrigFTF_ExtendedTrackState::SwapTheEnds | ( | ) |
Definition at line 107 of file TrigInDetTrackFollowingTool.cxx.
| double TrigFTF_ExtendedTrackState::m_chi2 |
Definition at line 68 of file TrigInDetTrackFollowingTool.h.
| double TrigFTF_ExtendedTrackState::m_Gk[10][10] |
Definition at line 67 of file TrigInDetTrackFollowingTool.h.
| bool TrigFTF_ExtendedTrackState::m_isSwapped |
Definition at line 79 of file TrigInDetTrackFollowingTool.h.
| int TrigFTF_ExtendedTrackState::m_nClusters |
Definition at line 76 of file TrigInDetTrackFollowingTool.h.
| double TrigFTF_ExtendedTrackState::m_ndof |
Definition at line 69 of file TrigInDetTrackFollowingTool.h.
| int TrigFTF_ExtendedTrackState::m_nHoles |
Definition at line 77 of file TrigInDetTrackFollowingTool.h.
| const Trk::PlaneSurface* TrigFTF_ExtendedTrackState::m_pO |
Definition at line 72 of file TrigInDetTrackFollowingTool.h.
| const Trk::PlaneSurface* TrigFTF_ExtendedTrackState::m_pS |
Definition at line 71 of file TrigInDetTrackFollowingTool.h.
| std::list<TrigFTF_HitAssignment> TrigFTF_ExtendedTrackState::m_track |
Definition at line 74 of file TrigInDetTrackFollowingTool.h.
| double TrigFTF_ExtendedTrackState::m_Xk[10] |
Definition at line 66 of file TrigInDetTrackFollowingTool.h.