CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
PassThruSeedFinder Class Reference

#include <PassThruSeedFinder.h>

Inheritance diagram for PassThruSeedFinder:
SeedFinderBase

Public Member Functions

void findSeeds (const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable)
 
PassThruSeedFinderoperator= (const PassThruSeedFinder &)=delete
 
 PassThruSeedFinder (const edm::ParameterSet &conf)
 
 PassThruSeedFinder (const PassThruSeedFinder &)=delete
 
- Public Member Functions inherited from SeedFinderBase
const std::string & name () const
 
SeedFinderBaseoperator= (const SeedFinderBase &)=delete
 
 SeedFinderBase (const edm::ParameterSet &conf)
 
 SeedFinderBase (const SeedFinderBase &)=delete
 

Detailed Description

Definition at line 8 of file PassThruSeedFinder.h.

Constructor & Destructor Documentation

PassThruSeedFinder::PassThruSeedFinder ( const edm::ParameterSet conf)

Definition at line 4 of file PassThruSeedFinder.cc.

4  :
5  SeedFinderBase(conf){
6 }
SeedFinderBase(const edm::ParameterSet &conf)
PassThruSeedFinder::PassThruSeedFinder ( const PassThruSeedFinder )
delete

Member Function Documentation

void PassThruSeedFinder::findSeeds ( const edm::Handle< reco::PFRecHitCollection > &  input,
const std::vector< bool > &  mask,
std::vector< bool > &  seedable 
)
virtual

Implements SeedFinderBase.

Definition at line 10 of file PassThruSeedFinder.cc.

References eostools::move().

12  {
13  seedable = std::move(std::vector<bool>(input->size(),true));
14 }
def move
Definition: eostools.py:510
PassThruSeedFinder& PassThruSeedFinder::operator= ( const PassThruSeedFinder )
delete