#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "DataFormats/HGCRecHit/interface/HGCRecHitCollections.h"
#include "DataFormats/Math/interface/Point3D.h"
#include "DataFormats/EgammaReco/interface/BasicCluster.h"
#include "RecoLocalCalo/HGCalRecAlgos/interface/RecHitTools.h"
#include <vector>
#include <numeric>
Go to the source code of this file.
Classes | |
class | HGCalClusteringAlgoBase |
Namespaces | |
hgcal_clustering | |
Typedefs | |
typedef std::map< DetId, float > | hgcal_clustering::Density |
Functions | |
template<typename T > | |
size_t | hgcal_clustering::max_index (const std::vector< T > &v) |
template<typename T > | |
std::vector< size_t > | hgcal_clustering::sorted_indices (const std::vector< T > &v) |