CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LocalMaximumSeedFinder.h
Go to the documentation of this file.
1 #ifndef __LocalMaximumSeedFinder_H__
2 #define __LocalMaximumSeedFinder_H__
3 
5 
6 #include <unordered_map>
7 
9  public:
13 
15  const std::vector<bool>& mask,
16  std::vector<bool>& seedable );
17 
18  private:
19  const int _nNeighbours;
20 
22  const std::unordered_map<std::string,int> _layerMap;
23  std::unordered_map<int,std::pair<double,double> >
25 };
26 
28  LocalMaximumSeedFinder,"LocalMaximumSeedFinder");
29 
30 #endif
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
Definition: EdmProvDump.cc:43
std::unordered_map< int, std::pair< double, double > > _thresholds
tuple conf
Definition: dbtoconf.py:185
#define DEFINE_EDM_PLUGIN(factory, type, name)
static const reco::PFRecHitRefVector _noNeighbours