#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 |
Static Private Attributes | |
static const unsigned int | lastLayerBH = 52 |
static const unsigned int | lastLayerEE = 28 |
static const unsigned int | lastLayerFH = 40 |
Definition at line 13 of file HGCalDepthPreClusterer.h.
typedef std::vector<reco::BasicCluster> HGCalDepthPreClusterer::ClusterCollection |
Definition at line 31 of file HGCalDepthPreClusterer.h.
|
inline |
Definition at line 17 of file HGCalDepthPreClusterer.h.
References clusterTools, minClusters, and realSpaceCone.
|
inline |
Definition at line 21 of file HGCalDepthPreClusterer.h.
|
inline |
Definition at line 28 of file HGCalDepthPreClusterer.h.
References clusterTools.
|
inline |
Definition at line 29 of file HGCalDepthPreClusterer.h.
References clusterTools.
std::vector< reco::HGCalMultiCluster > HGCalDepthPreClusterer::makePreClusters | ( | const reco::HGCalMultiCluster::ClusterCollection & | thecls | ) | const |
Definition at line 36 of file HGCalDepthPreClusterer.cc.
References clusterTools, mps_fire::i, lastLayerBH, lastLayerEE, lastLayerFH, minClusters, reco::HGCalMultiCluster::push_back(), radii, realSpaceCone, reco::HGCalMultiCluster::size(), hgcal_clustering::sorted_indices(), groupFilesInBlocks::temp, and z.
|
private |
Definition at line 41 of file HGCalDepthPreClusterer.h.
Referenced by getEvent(), getEventSetup(), HGCalDepthPreClusterer(), and makePreClusters().
|
staticprivate |
Definition at line 45 of file HGCalDepthPreClusterer.h.
Referenced by makePreClusters().
|
staticprivate |
Definition at line 43 of file HGCalDepthPreClusterer.h.
Referenced by makePreClusters().
|
staticprivate |
Definition at line 44 of file HGCalDepthPreClusterer.h.
Referenced by makePreClusters().
|
private |
Definition at line 38 of file HGCalDepthPreClusterer.h.
Referenced by HGCalDepthPreClusterer(), and makePreClusters().
|
private |
Definition at line 37 of file HGCalDepthPreClusterer.h.
Referenced by makePreClusters().
|
private |
flag to use cartesian space clustering.
Definition at line 39 of file HGCalDepthPreClusterer.h.
Referenced by HGCalDepthPreClusterer(), and makePreClusters().