![]() |
![]() |
Tree nodes for storing FFTJet preclusters. More...
#include <PattRecoNode.h>
Public Member Functions | |
const Cluster & | getCluster () const |
unsigned | mask () const |
unsigned | originalLevel () const |
unsigned | parent () const |
PattRecoNode () | |
PattRecoNode (const Cluster &j, const unsigned level, const unsigned mask, const unsigned parent) | |
Private Attributes | |
Cluster | jet_ |
unsigned | nodeMask_ |
unsigned | originalLevel_ |
unsigned | parent_ |
Tree nodes for storing FFTJet preclusters.
This is a pure storage class with limited functionality. Applications should use fftjet::SparseClusteringTree::Node
Definition at line 16 of file PattRecoNode.h.
|
inline |
Definition at line 19 of file PattRecoNode.h.
|
inline |
Definition at line 21 of file PattRecoNode.h.
|
inline |
Definition at line 26 of file PattRecoNode.h.
|
inline |
Definition at line 28 of file PattRecoNode.h.
|
inline |
Definition at line 27 of file PattRecoNode.h.
|
inline |
Definition at line 29 of file PattRecoNode.h.
Referenced by Vispa.Gui.ZoomableScrollableWidgetOwner.ZoomableScrollableWidgetOwner::autosizeScrollArea(), Vispa.Share.ImageExporter.ImageExporter::exportImageDialog(), Vispa.Views.WidgetView.WidgetView::restoreSelection(), and Vispa.Views.WidgetView.WidgetView::select().
|
private |
Definition at line 32 of file PattRecoNode.h.
Referenced by reco::PattRecoNode< reco::PattRecoPeak< float > >::getCluster().
|
private |
Definition at line 34 of file PattRecoNode.h.
Referenced by reco::PattRecoNode< reco::PattRecoPeak< float > >::mask().
|
private |
Definition at line 33 of file PattRecoNode.h.
Referenced by reco::PattRecoNode< reco::PattRecoPeak< float > >::originalLevel().
|
private |
Definition at line 35 of file PattRecoNode.h.
Referenced by reco::PattRecoNode< reco::PattRecoPeak< float > >::parent().