1 #ifndef __LocalMaximumSeedFinder_H__ 2 #define __LocalMaximumSeedFinder_H__ 6 #include <unordered_map> 15 const std::vector<bool>&
mask,
16 std::vector<bool>& seedable )
override;
21 const std::unordered_map<std::string,int>
_layerMap;
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) override
LocalMaximumSeedFinder(const edm::ParameterSet &conf)
static std::string const input
std::array< std::pair< double, double >, 35 > _thresholds
#define DEFINE_EDM_PLUGIN(factory, type, name)