CMS 3D CMS Logo

PassThruSeedFinder.h
Go to the documentation of this file.
1 #ifndef __RecoParticleFlow_PFClusterProducer_PassThruSeedFinder_H__
2 #define __RecoParticleFlow_PFClusterProducer_PassThruSeedFinder_H__
3 
5 
6 #include <unordered_map>
7 
9  public:
11  PassThruSeedFinder(const PassThruSeedFinder&) = delete;
13 
15  const std::vector<bool>& mask,
16  std::vector<bool>& seedable ) override;
17 
18  private:
19 };
20 
22  PassThruSeedFinder,"PassThruSeedFinder");
23 
24 #endif
PassThruSeedFinder & operator=(const PassThruSeedFinder &)=delete
static std::string const input
Definition: EdmProvDump.cc:44
PassThruSeedFinder(const edm::ParameterSet &conf)
void findSeeds(const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable) override
#define DEFINE_EDM_PLUGIN(factory, type, name)