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 |
copy More... | |
Private Attributes | |
double | fraction_ |
fraction of the rechit energy owned by the cluster More... | |
PFRecHitRef | recHitRef_ |
corresponding rechit More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const PFRecHitFraction &hit) |
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 38 of file PFRecHitFraction.h.
References fraction_.
Referenced by reco::PFCluster::addRecHitFraction(), PFClusterShapeAlgo::fill5x5Map(), Basic2DGenericPFlowClusterizer::prunePFClusters(), and PFlow2DClusterizerWithTime::prunePFClusters().
|
inline |
copy
Definition at line 35 of file PFRecHitFraction.h.
References recHitRef_.
Referenced by reco::PFCluster::addRecHitFraction().
|
friend |
|
private |
fraction of the rechit energy owned by the cluster
Definition at line 49 of file PFRecHitFraction.h.
Referenced by fraction().
|
private |