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