Public Member Functions | |
void | buildClusters (const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, const std::vector< bool > &, reco::PFClusterCollection &) override |
GenericSimClusterMapper (const edm::ParameterSet &conf, edm::ConsumesCollector &cc) | |
GenericSimClusterMapper (const B2DGT &)=delete | |
B2DGT & | operator= (const B2DGT &)=delete |
void | updateEvent (const edm::Event &) final |
~GenericSimClusterMapper () override=default | |
Public Member Functions inherited from InitialClusteringStepBase | |
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 | ~InitialClusteringStepBase ()=default |
Private Types | |
typedef GenericSimClusterMapper | B2DGT |
Private Attributes | |
edm::Handle< SimClusterCollection > | _simClusterH |
edm::EDGetTokenT< SimClusterCollection > | _simClusterToken |
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 9 of file GenericSimClusterMapper.cc.
|
private |
Definition at line 10 of file GenericSimClusterMapper.cc.
|
inline |
Definition at line 13 of file GenericSimClusterMapper.cc.
References _simClusterToken, gpuPixelDoublets::cc, and edm::ParameterSet::getParameter().
|
overridedefault |
|
delete |
|
overridevirtual |
Implements InitialClusteringStepBase.
Definition at line 49 of file GenericSimClusterMapper.cc.
References _simClusterH, reco::PFCluster::addRecHitFraction(), hcalRecHitTable_cff::energy, f, hfClusterShapes_cfi::hits, reco::CaloCluster::hitsAndFractions(), mps_fire::i, input, InitialClusteringStepBase::makeRefhit(), convertSQLitetoXML_cfg::output, fileCollector::seed, reco::CaloCluster::setCorrectedEnergy(), reco::CaloCluster::setEnergy(), and reco::CaloCluster::setSeed().
|
finalvirtual |
Reimplemented from InitialClusteringStepBase.
Definition at line 47 of file GenericSimClusterMapper.cc.
References _simClusterH, _simClusterToken, and makeMEIFBenchmarkPlots::ev.
|
private |
Definition at line 30 of file GenericSimClusterMapper.cc.
Referenced by buildClusters(), and updateEvent().
|
private |
Definition at line 29 of file GenericSimClusterMapper.cc.
Referenced by GenericSimClusterMapper(), and updateEvent().