CbmRoot
|
#include <LxTBBinned.h>
Public Member Functions | |
Chain (const LxTbBinnedPoint *const *pts, int nofPts, scaltype Chi2) | |
Chain (const Chain &)=delete | |
Chain & | operator= (const Chain &)=delete |
~Chain () | |
Public Attributes | |
LxTbBinnedPoint ** | points |
int | nofPoints |
scaltype | chi2 |
bool | highMom |
Definition at line 413 of file LxTBBinned.h.
|
inline |
Definition at line 419 of file LxTBBinned.h.
|
delete |
|
inline |
Definition at line 430 of file LxTBBinned.h.
scaltype LxTbBinnedFinder::Chain::chi2 |
Definition at line 416 of file LxTBBinned.h.
Referenced by LxTBTrdFinder::Exec().
bool LxTbBinnedFinder::Chain::highMom |
Definition at line 417 of file LxTBBinned.h.
Referenced by LxTBFinder::Finish(), LxTbBinnedFinder::Reconstruct(), and LxTbBinnedFinder::TriggerBin().
int LxTbBinnedFinder::Chain::nofPoints |
Definition at line 415 of file LxTBBinned.h.
Referenced by Chain(), LxTBTrdFinder::Exec(), LxTbBinnedFinder::Reconstruct(), and ~Chain().
LxTbBinnedPoint** LxTbBinnedFinder::Chain::points |
Definition at line 414 of file LxTBBinned.h.
Referenced by Chain(), LxTBTrdFinder::Exec(), LxTBTrdFinder::Finish(), LxTBFinder::Finish(), LxTbBinnedFinder::Reconstruct(), LxTbBinnedFinder::TriggerBin(), and ~Chain().