14 if (typeCluster ==
"dRC2d") {
17 }
else if (typeCluster ==
"NNC2d") {
20 }
else if (typeCluster ==
"dRNNC2d") {
23 }
else if (typeCluster ==
"dummyC2d") {
27 throw cms::Exception(
"HGCTriggerParameterError") <<
"Unknown clustering type '" << typeCluster;
41 std::vector<edm::Ptr<l1t::HGCalTriggerCell>> triggerCellsPtrs;
42 for (
unsigned i = 0;
i < collHandle->
size(); ++
i) {
44 triggerCellsPtrs.push_back(ptr);
48 triggerCellsPtrs.end(),
50 return a->
mipPt() >
b->mipPt();
56 clustering_->clusterizeDR(triggerCellsPtrs, collCluster2D);
88 "HGCalBackendLayer1Processor2DClustering");
ClusterType clusteringAlgorithmType_
T getParameter(std::string const &) const
unsigned size(int bx) const
HGCalBackendLayer1Processor2DClustering(const edm::ParameterSet &conf)
edm::ESHandle< HGCalTriggerGeometryBase > triggerGeometry_
void run(const edm::Handle< l1t::HGCalTriggerCellBxCollection > &collHandle, l1t::HGCalClusterBxCollection &collCluster2D, const edm::EventSetup &es) override
std::unique_ptr< HGCalClusteringImpl > clustering_
std::unique_ptr< HGCalClusteringDummyImpl > clusteringDummy_
ParameterSet const & getParameterSet(std::string const &) const
#define DEFINE_EDM_PLUGIN(factory, type, name)