CbmRoot
|
#include <LxCATriplets.h>
Public Member Functions | |
LxTriplet (LxPoint *l, LxPoint *c, LxPoint *r, Double_t c2) | |
Public Attributes | |
LxPoint * | left |
LxPoint * | center |
LxPoint * | right |
Double_t | deltaZ |
Double_t | deltaZ2 |
Double_t | tx |
Double_t | ty |
Double_t | dtx2 |
Double_t | dty2 |
Double_t | dtx |
Double_t | dty |
Double_t | chi2 |
std::list< std::pair< LxTriplet *, Double_t > > | neighbours |
Definition at line 59 of file LxCATriplets.h.
Definition at line 78 of file LxCATriplets.h.
LxPoint* LxTriplet::center |
Definition at line 61 of file LxCATriplets.h.
Referenced by LxEff::CalcRecoEff(), InterLinesDist(), LxTrack::LxTrack(), LxFinderTriplet::MatchRecoToMC(), and RecoTrackChi2().
Double_t LxTriplet::chi2 |
Definition at line 71 of file LxCATriplets.h.
Double_t LxTriplet::deltaZ |
Definition at line 63 of file LxCATriplets.h.
Double_t LxTriplet::deltaZ2 |
Definition at line 64 of file LxCATriplets.h.
Double_t LxTriplet::dtx |
Definition at line 69 of file LxCATriplets.h.
Double_t LxTriplet::dtx2 |
Definition at line 67 of file LxCATriplets.h.
Referenced by LxStation::ConnectTriplets(), and RecoTrackChi2().
Double_t LxTriplet::dty |
Definition at line 70 of file LxCATriplets.h.
Double_t LxTriplet::dty2 |
Definition at line 68 of file LxCATriplets.h.
Referenced by LxStation::ConnectTriplets(), and RecoTrackChi2().
LxPoint* LxTriplet::left |
Definition at line 60 of file LxCATriplets.h.
Referenced by LxEff::AnalyzeNotMatchedMC(), and LxTrack::LxTrack().
std::list<std::pair<LxTriplet*, Double_t> > LxTriplet::neighbours |
Definition at line 75 of file LxCATriplets.h.
Referenced by LxEff::AnalyzeNotMatchedMC(), and LxStation::ConnectTriplets().
LxPoint* LxTriplet::right |
Definition at line 62 of file LxCATriplets.h.
Referenced by LxEff::AnalyzeNotMatchedMC(), and LxTrack::LxTrack().
Double_t LxTriplet::tx |
Definition at line 65 of file LxCATriplets.h.
Referenced by LxEff::CalcRecoEff(), LxStation::ConnectTriplets(), InterLinesDist(), LxFinderTriplet::MatchRecoToMC(), and RecoTrackChi2().
Double_t LxTriplet::ty |
Definition at line 66 of file LxCATriplets.h.
Referenced by LxStation::ConnectTriplets(), InterLinesDist(), LxFinderTriplet::MatchRecoToMC(), and RecoTrackChi2().