#include <HGCalDepthPreClusterer.h>
Public Types | |
typedef std::vector< reco::BasicCluster > | ClusterCollection |
Public Member Functions | |
void | getEvent (const edm::Event &ev) |
void | getEventSetup (const edm::EventSetup &es) |
HGCalDepthPreClusterer () | |
HGCalDepthPreClusterer (const edm::ParameterSet &conf, edm::ConsumesCollector &sumes, std::vector< float > radii_in, uint32_t min_clusters, bool real_space_cone) | |
std::vector< reco::HGCalMultiCluster > | makePreClusters (const reco::HGCalMultiCluster::ClusterCollection &) const |
Private Attributes | |
std::unique_ptr< hgcal::ClusterTools > | clusterTools |
uint32_t | minClusters |
std::vector< float > | radii |
bool | realSpaceCone |
hgcal::RecHitTools | rhtools_ |
Definition at line 13 of file HGCalDepthPreClusterer.h.
typedef std::vector<reco::BasicCluster> HGCalDepthPreClusterer::ClusterCollection |
Definition at line 41 of file HGCalDepthPreClusterer.h.
|
inline |
Definition at line 15 of file HGCalDepthPreClusterer.h.
References clusterTools, minClusters, and realSpaceCone.
|
inline |
Definition at line 25 of file HGCalDepthPreClusterer.h.
|
inline |
Definition at line 35 of file HGCalDepthPreClusterer.h.
References clusterTools.
|
inline |
Definition at line 36 of file HGCalDepthPreClusterer.h.
References clusterTools, hgcal::RecHitTools::getEventSetup(), and rhtools_.
std::vector< reco::HGCalMultiCluster > HGCalDepthPreClusterer::makePreClusters | ( | const reco::HGCalMultiCluster::ClusterCollection & | thecls | ) | const |
Definition at line 33 of file HGCalDepthPreClusterer.cc.
References clusterTools, hgcal::RecHitTools::firstLayerBH(), mps_fire::i, dqmiolumiharvest::j, hgcal::RecHitTools::lastLayerEE(), minClusters, reco::HGCalMultiCluster::push_back(), radii, CosmicsPD_Skims::radius, realSpaceCone, rhtools_, reco::HGCalMultiCluster::size(), hgcal_clustering::sorted_indices(), groupFilesInBlocks::temp, and z.
|
private |
Definition at line 51 of file HGCalDepthPreClusterer.h.
Referenced by getEvent(), getEventSetup(), HGCalDepthPreClusterer(), and makePreClusters().
|
private |
Definition at line 48 of file HGCalDepthPreClusterer.h.
Referenced by HGCalDepthPreClusterer(), and makePreClusters().
|
private |
Definition at line 47 of file HGCalDepthPreClusterer.h.
Referenced by makePreClusters().
|
private |
flag to use cartesian space clustering.
Definition at line 49 of file HGCalDepthPreClusterer.h.
Referenced by HGCalDepthPreClusterer(), and makePreClusters().
|
private |
instance of tools to access RecHit information.
Definition at line 52 of file HGCalDepthPreClusterer.h.
Referenced by getEventSetup(), and makePreClusters().