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 ()=default | |
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_, mps_fire::i, linkDR_, linkDZ_, linkE_, to_, and ~ClusterLink().
|
default |
Referenced by ClusterLink().
|
inline |
Definition at line 46 of file PFMultiDepthClusterizer.h.
References linkDR_.
Referenced by PFMultiDepthClusterizer::prune().
|
inline |
Definition at line 47 of file PFMultiDepthClusterizer.h.
References linkDZ_.
Referenced by PFMultiDepthClusterizer::prune().
|
inline |
Definition at line 48 of file PFMultiDepthClusterizer.h.
References linkE_.
Referenced by ClusterLink(), PFMultiDepthClusterizer::prune(), and Jet.Jet::rawEnergy().
|
inline |
Definition at line 44 of file PFMultiDepthClusterizer.h.
References from_.
|
inline |
Definition at line 45 of file PFMultiDepthClusterizer.h.
References to_.
Referenced by PFMultiDepthClusterizer::prune().
|
private |
Definition at line 51 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and from().
|
private |
Definition at line 53 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and dR().
|
private |
Definition at line 54 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and dZ().
|
private |
Definition at line 55 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and energy().
|
private |
Definition at line 52 of file PFMultiDepthClusterizer.h.
Referenced by ClusterLink(), and to().