CbmRoot
|
#include <LxTBBinned.h>
Public Member Functions | |
LxTbXBin () | |
void | Clear () |
void | AddPoint (const LxTbBinnedPoint &point) |
LxTbXBin () | |
void | Clear () |
void | AddPoint (const LxTbBinnedPoint &point) |
Public Attributes | |
std::list< LxTbBinnedPoint > | points |
bool | use |
scaltype | maxDx |
scaltype | maxDy |
timetype | maxDt |
Definition at line 144 of file LxTBBinned.h.
|
inline |
Definition at line 148 of file LxTBBinned.h.
|
inline |
Definition at line 133 of file LxTBBinned2.h.
|
inline |
Definition at line 143 of file LxTBBinned2.h.
References LxTbBinnedPoint::dt, LxTbBinnedPoint::dx, LxTbBinnedPoint::dy, maxDt, maxDx, maxDy, and points.
|
inline |
Definition at line 158 of file LxTBBinned.h.
References points.
|
inline |
|
inline |
Definition at line 150 of file LxTBBinned.h.
timetype LxTbXBin::maxDt |
Definition at line 157 of file LxTBBinned2.h.
Referenced by AddPoint(), and Clear().
scaltype LxTbXBin::maxDx |
Definition at line 156 of file LxTBBinned.h.
Referenced by AddPoint(), and Clear().
scaltype LxTbXBin::maxDy |
Definition at line 156 of file LxTBBinned2.h.
Referenced by AddPoint(), and Clear().
std::list< LxTbBinnedPoint > LxTbXBin::points |
Definition at line 145 of file LxTBBinned.h.
Referenced by LxTBFinder::AddHit(), AddPoint(), Clear(), LxTBTrdFinder::Exec(), LxTBMLFinder::Exec(), LxTbBinnedFinder::FindNeighbours(), LxTBMLFinder::Finish(), LxTBFinder::Finish(), IterateLayer(), IterateNeighbourhood(), LxTbBinnedFinder::Reconstruct(), and LxTBBinndedLayer::Search().
bool LxTbXBin::use |
Definition at line 146 of file LxTBBinned.h.
Referenced by LxTBFinder::AddHit(), Clear(), LxTBTrdFinder::Exec(), LxTBMLFinder::Exec(), LxTBMLFinder::Finish(), LxTBFinder::Finish(), IterateLayer(), IterateNeighbourhood(), and LxTbBinnedFinder::Reconstruct().