CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PassThruSeedFinder.cc
Go to the documentation of this file.
1 #include "PassThruSeedFinder.h"
2 
5  SeedFinderBase(conf){
6 }
7 
8 // the starting state of seedable is all false!
11  const std::vector<bool>& mask,
12  std::vector<bool>& seedable ) {
13  seedable = std::move(std::vector<bool>(input->size(),true));
14 }
static std::string const input
Definition: EdmProvDump.cc:44
void findSeeds(const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable)
def move
Definition: eostools.py:510
PassThruSeedFinder(const edm::ParameterSet &conf)