Fraction of a PFRecHit (rechits can be shared between several PFCluster's) More...
#include <PFRecHitFraction.h>
Public Member Functions | |
double | fraction () const |
PFRecHitFraction () | |
default constructor More... | |
PFRecHitFraction (const PFRecHitRef &recHitRef, double fraction) | |
constructor More... | |
const PFRecHitRef & | recHitRef () const |
Private Attributes | |
double | fraction_ |
fraction of the rechit energy owned by the cluster More... | |
PFRecHitRef | recHitRef_ |
corresponding rechit More... | |
Fraction of a PFRecHit (rechits can be shared between several PFCluster's)
Definition at line 19 of file PFRecHitFraction.h.
|
inline |
default constructor
Definition at line 23 of file PFRecHitFraction.h.
|
inline |
constructor
Definition at line 26 of file PFRecHitFraction.h.
|
inline |
Definition at line 34 of file PFRecHitFraction.h.
References fraction_.
Referenced by reco::PFCluster::addRecHitFraction(), reco::operator<<(), Basic2DGenericPFlowClusterizer::prunePFClusters(), and PFlow2DClusterizerWithTime::prunePFClusters().
|
inline |
Definition at line 31 of file PFRecHitFraction.h.
References recHitRef_.
Referenced by reco::PFCluster::addRecHitFraction(), and reco::operator<<().
|
private |
fraction of the rechit energy owned by the cluster
Definition at line 42 of file PFRecHitFraction.h.
Referenced by fraction().
|
private |