CbmRoot
|
#include <LxTBTieTracks.h>
Classes | |
struct | PointHandler |
Public Member Functions | |
LxTBBinndedLayer (int nofxb, int nofyb, int noftb, int bst) | |
LxTBBinndedLayer (const LxTBBinndedLayer &)=delete | |
LxTBBinndedLayer & | operator= (const LxTBBinndedLayer &)=delete |
~LxTBBinndedLayer () | |
void | Clear () |
void | Init () |
void | SetTSBegin (unsigned long long tsLowBound) |
void | Search (scaltype x, scaltype xDiv0, scaltype y, scaltype yDiv0, timetype t, PointHandler *pointHandler) |
Public Attributes | |
scaltype | z |
int | nofXBins |
int | nofYBins |
int | nofTBins |
int | lastXBin |
int | lastYBin |
int | lastTBin |
scaltype | minX |
scaltype | maxX |
scaltype | binSizeX |
scaltype | minY |
scaltype | maxY |
scaltype | binSizeY |
timetype | minT |
timetype | maxT |
int | binSizeT |
int | timeSliceLength |
scaltype | maxDx |
scaltype | maxDy |
timetype | maxDt |
LxTbTYXBin * | tyxBins |
Definition at line 23 of file LxTBTieTracks.h.
|
inline |
|
delete |
|
inline |
Definition at line 75 of file LxTBTieTracks.h.
References tyxBins.
|
inline |
Definition at line 77 of file LxTBTieTracks.h.
|
inline |
|
delete |
|
inline |
Definition at line 97 of file LxTBTieTracks.h.
References binSizeT, binSizeX, binSizeY, LxTbBinnedPoint::dx, LxTbBinnedPoint::dy, LxTBBinndedLayer::PointHandler::HandlePoint(), i, lastTBin, lastXBin, lastYBin, maxDt, maxDx, maxDy, maxT, maxX, maxY, minT, minX, minY, NOF_SIGMAS, NOF_SIGMAS_SQ, LxTbXBin::points, scaltype, sqrt(), LxTbBinnedPoint::t, timetype, tyxBins, x, LxTbBinnedPoint::x, LxTbYXBin::xBins, y, LxTbBinnedPoint::y, and LxTbTYXBin::yxBins.
Referenced by LxTBBinnedDetector::TieTracks().
|
inline |
Definition at line 87 of file LxTBTieTracks.h.
References maxT, minT, and timeSliceLength.
int LxTBBinndedLayer::binSizeT |
Definition at line 39 of file LxTBTieTracks.h.
Referenced by Search().
scaltype LxTBBinndedLayer::binSizeX |
Definition at line 33 of file LxTBTieTracks.h.
scaltype LxTBBinndedLayer::binSizeY |
Definition at line 36 of file LxTBTieTracks.h.
int LxTBBinndedLayer::lastTBin |
Definition at line 30 of file LxTBTieTracks.h.
Referenced by Search().
int LxTBBinndedLayer::lastXBin |
Definition at line 28 of file LxTBTieTracks.h.
Referenced by Search().
int LxTBBinndedLayer::lastYBin |
Definition at line 29 of file LxTBTieTracks.h.
Referenced by Search().
timetype LxTBBinndedLayer::maxDt |
Definition at line 43 of file LxTBTieTracks.h.
Referenced by Search().
scaltype LxTBBinndedLayer::maxDx |
Definition at line 41 of file LxTBTieTracks.h.
Referenced by Search().
scaltype LxTBBinndedLayer::maxDy |
Definition at line 42 of file LxTBTieTracks.h.
Referenced by Search().
timetype LxTBBinndedLayer::maxT |
Definition at line 38 of file LxTBTieTracks.h.
Referenced by Search(), and SetTSBegin().
scaltype LxTBBinndedLayer::maxX |
Definition at line 32 of file LxTBTieTracks.h.
scaltype LxTBBinndedLayer::maxY |
Definition at line 35 of file LxTBTieTracks.h.
timetype LxTBBinndedLayer::minT |
Definition at line 37 of file LxTBTieTracks.h.
Referenced by Search(), and SetTSBegin().
scaltype LxTBBinndedLayer::minX |
Definition at line 31 of file LxTBTieTracks.h.
scaltype LxTBBinndedLayer::minY |
Definition at line 34 of file LxTBTieTracks.h.
int LxTBBinndedLayer::nofTBins |
Definition at line 27 of file LxTBTieTracks.h.
Referenced by Clear().
int LxTBBinndedLayer::nofXBins |
Definition at line 25 of file LxTBTieTracks.h.
Referenced by Init(), and LxTBBinndedLayer().
int LxTBBinndedLayer::nofYBins |
Definition at line 26 of file LxTBTieTracks.h.
Referenced by Init(), and LxTBBinndedLayer().
int LxTBBinndedLayer::timeSliceLength |
Definition at line 40 of file LxTBTieTracks.h.
Referenced by SetTSBegin().
LxTbTYXBin* LxTBBinndedLayer::tyxBins |
Definition at line 44 of file LxTBTieTracks.h.
Referenced by Clear(), LxTBBinndedLayer(), Search(), and ~LxTBBinndedLayer().
scaltype LxTBBinndedLayer::z |
Definition at line 24 of file LxTBTieTracks.h.
Referenced by LxTBBinnedDetector::TieTracks().