#include "RecoLocalCalo/HGCalRecProducers/interface/HGCalClusteringAlgoBase.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/HGCRecHit/interface/HGCRecHitCollections.h"
#include "Geometry/CaloTopology/interface/HGCalTopology.h"
#include "Geometry/HGCalGeometry/interface/HGCalGeometry.h"
#include "Geometry/Records/interface/CaloGeometryRecord.h"
#include "DataFormats/EgammaReco/interface/BasicCluster.h"
#include "DataFormats/Math/interface/Point3D.h"
#include "DataFormats/Math/interface/deltaPhi.h"
#include "RecoLocalCalo/HGCalRecProducers/interface/HGCalLayerTiles.h"
#include "RecoLocalCalo/HGCalRecProducers/interface/HGCalCLUEStrategy.h"
#include "RecoLocalCalo/HGCalRecAlgos/interface/RecHitTools.h"
#include <string>
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
struct | HGCalCLUEAlgoT< TILE, STRATEGY >::CellsOnLayer |
class | HGCalCLUEAlgoT< TILE, STRATEGY > |
Macros | |
#define | DEBUG_CLUSTERS_ALPAKA 0 |
Typedefs | |
using | HFNoseCLUEAlgo = HGCalCLUEAlgoT< HFNoseLayerTiles, HGCalSiliconStrategy > |
using | HGCalSciCLUEAlgo = HGCalCLUEAlgoT< HGCalScintillatorLayerTiles, HGCalScintillatorStrategy > |
using | HGCalSiCLUEAlgo = HGCalCLUEAlgoT< HGCalSiliconLayerTiles, HGCalSiliconStrategy > |
#define DEBUG_CLUSTERS_ALPAKA 0 |
Definition at line 28 of file HGCalCLUEAlgo.h.
Definition at line 248 of file HGCalCLUEAlgo.h.
Definition at line 247 of file HGCalCLUEAlgo.h.
Definition at line 246 of file HGCalCLUEAlgo.h.