Public Member Functions | |
ClusterLink (unsigned int i, unsigned int j, double DR, double DZ, double energy) | |
double | dR () const |
double | dZ () const |
double | energy () const |
unsigned int | from () const |
unsigned int | to () const |
~ClusterLink () | |
Private Attributes | |
unsigned int | from_ |
double | linkDR_ |
double | linkDZ_ |
double | linkE_ |
unsigned int | to_ |
Definition at line 32 of file PFMultiDepthClusterizer.h.
|
inline |
Definition at line 34 of file PFMultiDepthClusterizer.h.
References energy(), from_, i, j, linkDR_, linkDZ_, linkE_, and to_.
|
inline |
Definition at line 42 of file PFMultiDepthClusterizer.h.
|
inline |
Definition at line 48 of file PFMultiDepthClusterizer.h.
References linkDR_.
Referenced by PFMultiDepthClusterizer::prune().
|
inline |
Definition at line 49 of file PFMultiDepthClusterizer.h.
References linkDZ_.
Referenced by PFMultiDepthClusterizer::prune().
|
inline |
Definition at line 50 of file PFMultiDepthClusterizer.h.
References linkE_.
Referenced by ClusterLink(), and PFMultiDepthClusterizer::prune().
|
inline |
Definition at line 46 of file PFMultiDepthClusterizer.h.
References from_.
|
inline |
Definition at line 47 of file PFMultiDepthClusterizer.h.
References to_.
Referenced by PFMultiDepthClusterizer::prune().
|
private |
Definition at line 53 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and from().
|
private |
Definition at line 55 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and dR().
|
private |
Definition at line 56 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and dZ().
|
private |
Definition at line 57 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and energy().
|
private |
Definition at line 54 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and to().