CMS 3D CMS Logo

PassThruSeedFinder.cc
Go to the documentation of this file.
1 #include "PassThruSeedFinder.h"
2 
4 
5 // the starting state of seedable is all false!
7  const std::vector<bool>& mask,
8  std::vector<bool>& seedable) {
9  seedable = std::vector<bool>(input->size(), true);
10 }
static std::string const input
Definition: EdmProvDump.cc:48
PassThruSeedFinder(const edm::ParameterSet &conf)
void findSeeds(const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable) override