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