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 18 of file PFRecHitFraction.h.
|
inline |
default constructor
Definition at line 21 of file PFRecHitFraction.h.
|
inline |
constructor
Definition at line 24 of file PFRecHitFraction.h.
|
inline |
Definition at line 30 of file PFRecHitFraction.h.
References fraction_.
Referenced by Basic2DGenericPFlowClusterizer::prunePFClusters(), and PFlow2DClusterizerWithTime::prunePFClusters().
|
inline |
Definition at line 27 of file PFRecHitFraction.h.
References recHitRef_.
|
private |
fraction of the rechit energy owned by the cluster
Definition at line 37 of file PFRecHitFraction.h.
Referenced by fraction().
|
private |