Public Member Functions | |
Basic2DGenericTopoClusterizer (const edm::ParameterSet &conf, edm::ConsumesCollector &cc) | |
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 | |
_algoName (conf.getParameter< std::string >("algoName")) | |
InitialClusteringStepBase (const edm::ParameterSet &conf, edm::ConsumesCollector &cc) | |
InitialClusteringStepBase (const ICSB &)=delete | |
std::ostream & | operator<< (std::ostream &o) const |
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 Types inherited from InitialClusteringStepBase | |
typedef std::tuple < std::vector< int > , std::vector< double > , std::vector< double > > | I3tuple |
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, I3tuple > | _thresholds |
Definition at line 5 of file Basic2DGenericTopoClusterizer.cc.
|
private |
Definition at line 6 of file Basic2DGenericTopoClusterizer.cc.
|
inline |
Definition at line 9 of file Basic2DGenericTopoClusterizer.cc.
|
overridedefault |
|
delete |
|
overridevirtual |
Implements InitialClusteringStepBase.
Definition at line 43 of file Basic2DGenericTopoClusterizer.cc.
References buildTopoCluster(), mps_fire::i, input, dqmiolumiharvest::j, fileCollector::seed, DetachedQuadStep_cff::seeds, and groupFilesInBlocks::temp.
|
private |
Definition at line 73 of file Basic2DGenericTopoClusterizer.cc.
References InitialClusteringStepBase::_thresholds, _useCornerCells, funct::abs(), reco::PFCluster::addRecHitFraction(), HLT_FULL_cff::depth, PFLayer::HCAL_BARREL1, PFLayer::HCAL_BARREL2, PFLayer::HCAL_ENDCAP, dqmiolumiharvest::j, isotrackApplyRegressor::k, LOGDRESSED, InitialClusteringStepBase::makeRefhit(), and lowPtGsfElectronSeeds_cfi::thresholds().
Referenced by buildClusters().
|
private |
Definition at line 21 of file Basic2DGenericTopoClusterizer.cc.
Referenced by buildTopoCluster().