CbmRoot
|
#include <LxCATriplets.h>
Public Member Functions | |
LxTrackCandidate (LxRay **rr, Int_t len, scaltype c2) | |
LxTrackCandidate (Int_t len, LxTriplet **Branches, Double_t Chi2) | |
Public Attributes | |
LxRay * | rays [LXSTATIONS - 1] |
Int_t | length |
scaltype | chi2 |
LxTriplet * | branches [LXSTATIONS] |
Double_t | chi2 |
Definition at line 434 of file LxCA.cxx.
References i, and LXSTATIONS.
|
inline |
Definition at line 241 of file LxCATriplets.h.
LxTriplet* LxTrackCandidate::branches[LXSTATIONS] |
Definition at line 227 of file LxCATriplets.h.
Referenced by LxTrack::LxTrack(), and LxTrackCandidate().
Double_t LxTrackCandidate::chi2 |
Definition at line 229 of file LxCATriplets.h.
scaltype LxTrackCandidate::chi2 |
Definition at line 432 of file LxCA.cxx.
Referenced by LxSpace::Reconstruct().
Int_t LxTrackCandidate::length |
Definition at line 431 of file LxCA.cxx.
Referenced by LxTrackCandidate().
LxRay* LxTrackCandidate::rays[LXSTATIONS - 1] |
Definition at line 430 of file LxCA.cxx.
Referenced by LxTrack::LxTrack().