#include <Basic2DGenericTopoClusterizer.h>
Public Member Functions | |
Basic2DGenericTopoClusterizer (const edm::ParameterSet &conf, edm::ConsumesCollector &sumes) | |
Basic2DGenericTopoClusterizer (const B2DGT &)=delete | |
void | buildClusters (const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, const std::vector< bool > &, reco::PFClusterCollection &) override |
B2DGT & | operator= (const B2DGT &)=delete |
~Basic2DGenericTopoClusterizer () override=default | |
Public Member Functions inherited from InitialClusteringStepBase | |
InitialClusteringStepBase (const edm::ParameterSet &conf, edm::ConsumesCollector &sumes) | |
InitialClusteringStepBase (const ICSB &)=delete | |
std::ostream & | operator<< (std::ostream &o) |
ICSB & | operator= (const ICSB &)=delete |
void | reset () |
virtual void | update (const edm::EventSetup &) |
virtual void | updateEvent (const edm::Event &) |
virtual | ~InitialClusteringStepBase ()=default |
Private Types | |
typedef Basic2DGenericTopoClusterizer | B2DGT |
Private Member Functions | |
void | buildTopoCluster (const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, unsigned int, std::vector< bool > &, reco::PFCluster &) |
Private Attributes | |
const bool | _useCornerCells |
Additional Inherited Members | |
Protected Member Functions inherited from InitialClusteringStepBase | |
reco::PFRecHitRef | makeRefhit (const edm::Handle< reco::PFRecHitCollection > &h, const unsigned i) const |
Protected Attributes inherited from InitialClusteringStepBase | |
const std::unordered_map< std::string, int > | _layerMap |
unsigned | _nClustersFound |
unsigned | _nSeeds |
std::unordered_map< int, std::pair< double, double > > | _thresholds |
Definition at line 7 of file Basic2DGenericTopoClusterizer.h.
|
private |
Definition at line 8 of file Basic2DGenericTopoClusterizer.h.
|
inline |
Definition at line 10 of file Basic2DGenericTopoClusterizer.h.
References buildClusters(), operator=(), and ~Basic2DGenericTopoClusterizer().
|
overridedefault |
Referenced by Basic2DGenericTopoClusterizer().
|
delete |
|
overridevirtual |
Implements InitialClusteringStepBase.
Definition at line 17 of file Basic2DGenericTopoClusterizer.cc.
References buildTopoCluster(), hfClusterShapes_cfi::hits, mps_fire::i, input, SurveyInfoScenario_cff::seed, and groupFilesInBlocks::temp.
Referenced by Basic2DGenericTopoClusterizer().
|
private |
Definition at line 45 of file Basic2DGenericTopoClusterizer.cc.
References InitialClusteringStepBase::_thresholds, _useCornerCells, funct::abs(), reco::PFCluster::addRecHitFraction(), PFLayer::HCAL_BARREL2, createfilelist::int, gen::k, LOGDRESSED, InitialClusteringStepBase::makeRefhit(), and particleFlowRecHitECAL_cfi::thresholds.
Referenced by buildClusters().
Referenced by Basic2DGenericTopoClusterizer().
|
private |
Definition at line 24 of file Basic2DGenericTopoClusterizer.h.
Referenced by buildTopoCluster().