Public Member Functions | |
ClusterLink (unsigned int i, unsigned int j, double DR, int DZ, double energy) | |
double | dR () const |
int | dZ () const |
double | energy () const |
unsigned int | from () const |
unsigned int | to () const |
~ClusterLink ()=default | |
Private Attributes | |
unsigned int | from_ |
double | linkDR_ |
int | linkDZ_ |
double | linkE_ |
unsigned int | to_ |
Definition at line 38 of file PFMultiDepthClusterizer.cc.
|
inline |
Definition at line 40 of file PFMultiDepthClusterizer.cc.
References ChannelAssignment_cfi::DR, energy(), from_, mps_fire::i, dqmiolumiharvest::j, linkDR_, linkDZ_, linkE_, and to_.
|
default |
|
inline |
Definition at line 52 of file PFMultiDepthClusterizer.cc.
References linkDR_.
Referenced by PFMultiDepthClusterizer::prune().
|
inline |
Definition at line 53 of file PFMultiDepthClusterizer.cc.
References linkDZ_.
Referenced by PFMultiDepthClusterizer::prune().
|
inline |
Definition at line 54 of file PFMultiDepthClusterizer.cc.
References linkE_.
Referenced by ClusterLink(), PFMultiDepthClusterizer::prune(), and Jet.Jet::rawEnergy().
|
inline |
Definition at line 50 of file PFMultiDepthClusterizer.cc.
References from_.
|
inline |
Definition at line 51 of file PFMultiDepthClusterizer.cc.
References to_.
Referenced by PFMultiDepthClusterizer::prune().
|
private |
Definition at line 57 of file PFMultiDepthClusterizer.cc.
Referenced by ClusterLink(), and from().
|
private |
Definition at line 59 of file PFMultiDepthClusterizer.cc.
Referenced by ClusterLink(), and dR().
|
private |
Definition at line 60 of file PFMultiDepthClusterizer.cc.
Referenced by ClusterLink(), and dZ().
|
private |
Definition at line 61 of file PFMultiDepthClusterizer.cc.
Referenced by ClusterLink(), and energy().
|
private |
Definition at line 58 of file PFMultiDepthClusterizer.cc.
Referenced by ClusterLink(), and to().