![]() |
PandaRoot
|
#include <PndWayFollower.h>
Public Member Functions | |
| PndWayFollower (TClonesArray *p, TClonesArray *p2) | |
| virtual | ~PndWayFollower () |
| vector< PndTrackCollection > | followLines (Int_t begin) |
| void | init (vector< PndLineApproximation > b, map< Int_t, vector< PndFtsExpandedTrackCand >> c) |
| PndLineApproximation | getBestApproxTo (PndLine l1, Int_t layer) |
| PndLineApproximation | getBestSkewedApproxTo (PndLine l2, Int_t layer) |
Static Public Attributes | |
| static Double_t | compDist |
| static Double_t | compAngle |
| static Double_t | qualiT |
Definition at line 24 of file PndWayFollower.h.
|
inline |
Definition at line 29 of file PndWayFollower.h.
|
virtual |
| vector<PndTrackCollection> PndWayFollower::followLines | ( | Int_t | begin | ) |
| PndLineApproximation PndWayFollower::getBestApproxTo | ( | PndLine | l1, |
| Int_t | layer | ||
| ) |
| PndLineApproximation PndWayFollower::getBestSkewedApproxTo | ( | PndLine | l2, |
| Int_t | layer | ||
| ) |
|
inline |
Definition at line 32 of file PndWayFollower.h.
|
static |
Definition at line 27 of file PndWayFollower.h.
|
static |
Definition at line 26 of file PndWayFollower.h.
|
static |
Definition at line 28 of file PndWayFollower.h.
Referenced by PndForwardTrackFinderTask::PndForwardTrackFinderTask().