FairRoot/PandaRoot
|
#include <PndLineCombination.h>
Public Member Functions | |
PndLineCombination (PndLineApproximation a1, PndLineApproximation *a2, Double_t q) | |
PndLineCombination (PndLineApproximation a1) | |
virtual | ~PndLineCombination () |
PndLineApproximation | getApprox1 () |
PndLineApproximation * | getApprox2 () |
Double_t | getQuality () |
void | setApprox1 (PndLineApproximation a1) |
void | setApprox2 (PndLineApproximation *a2) |
void | setQuality (Double_t q) |
Private Attributes | |
PndLineApproximation | approx1 |
PndLineApproximation * | approx2 |
Double_t | quality |
Definition at line 14 of file PndLineCombination.h.
|
inline |
Definition at line 16 of file PndLineCombination.h.
|
inline |
Definition at line 18 of file PndLineCombination.h.
|
virtual |
Definition at line 10 of file PndLineCombination.cxx.
|
inline |
Definition at line 21 of file PndLineCombination.h.
References approx1.
Referenced by PndTrackCombiner::combine().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 31 of file PndLineCombination.h.
Referenced by getApprox1(), and setApprox1().
|
private |
Definition at line 32 of file PndLineCombination.h.
Referenced by getApprox2(), getQuality(), and setApprox2().
|
private |
Definition at line 33 of file PndLineCombination.h.
Referenced by getQuality(), and setQuality().