#include <ClusterClusterMapping.h>
|
static int | checkOverlap (const reco::PFCluster &pfc, const std::vector< const reco::SuperCluster * > &sc, float minfrac=0.01, bool debug=false) |
|
static int | checkOverlap (const reco::PFCluster &pfc, const std::vector< reco::SuperClusterRef > &sc, float minfrac=0.01, bool debug=false) |
|
static int | checkOverlap (const reco::PFClusterRef &pfc, const std::vector< reco::SuperClusterRef > &sc, const edm::ValueMap< reco::CaloClusterPtr > &pfclusassoc) |
|
static bool | overlap (const reco::CaloCluster &sc1, const reco::CaloCluster &sc, float minfrac=0.01, bool debug=false) |
|
static bool | overlap (const reco::PFClusterRef &pfclustest, const reco::SuperCluster &sc, const edm::ValueMap< reco::CaloClusterPtr > &pfclusassoc) |
|
Definition at line 12 of file ClusterClusterMapping.h.
ClusterClusterMapping::ClusterClusterMapping |
( |
| ) |
|
|
inline |
ClusterClusterMapping::~ClusterClusterMapping |
( |
| ) |
|
|
inline |
int ClusterClusterMapping::checkOverlap |
( |
const reco::PFCluster & |
pfc, |
|
|
const std::vector< const reco::SuperCluster * > & |
sc, |
|
|
float |
minfrac = 0.01 , |
|
|
bool |
debug = false |
|
) |
| |
|
static |
Definition at line 48 of file ClusterClusterMapping.cc.
References overlap(), and mps_fire::result.
50 unsigned nsc=sc.size();
52 for(
unsigned isc=0;isc<nsc;++isc) {
static bool overlap(const reco::CaloCluster &sc1, const reco::CaloCluster &sc, float minfrac=0.01, bool debug=false)
Definition at line 59 of file ClusterClusterMapping.cc.
References overlap(), and mps_fire::result.
61 unsigned nsc=sc.size();
63 for(
unsigned isc=0;isc<nsc;++isc) {
static bool overlap(const reco::CaloCluster &sc1, const reco::CaloCluster &sc, float minfrac=0.01, bool debug=false)
Definition at line 70 of file ClusterClusterMapping.cc.
References overlap(), and mps_fire::result.
72 unsigned nsc=sc.size();
74 for(
unsigned isc=0;isc<nsc;++isc) {
75 if(
overlap(pfc,*sc[isc],pfclusassoc))
static bool overlap(const reco::CaloCluster &sc1, const reco::CaloCluster &sc, float minfrac=0.01, bool debug=false)