1 #ifndef __LocalMaximumSeedFinder_H__
2 #define __LocalMaximumSeedFinder_H__
6 #include <unordered_map>
15 const std::vector<bool>& mask,
16 std::vector<bool>& seedable );
22 const std::unordered_map<std::string,int>
_layerMap;
23 std::unordered_map<int,std::pair<double,double> >
LocalMaximumSeedFinder & operator=(const LocalMaximumSeedFinder &)=delete
const std::unordered_map< std::string, int > _layerMap
void findSeeds(const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable)
LocalMaximumSeedFinder(const edm::ParameterSet &conf)
static std::string const input
std::unordered_map< int, std::pair< double, double > > _thresholds
#define DEFINE_EDM_PLUGIN(factory, type, name)
static const reco::PFRecHitRefVector _noNeighbours