Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoParticleFlow
PFClusterProducer
plugins
PassThruSeedFinder.h
Go to the documentation of this file.
1
#ifndef __RecoParticleFlow_PFClusterProducer_PassThruSeedFinder_H__
2
#define __RecoParticleFlow_PFClusterProducer_PassThruSeedFinder_H__
3
4
#include "
RecoParticleFlow/PFClusterProducer/interface/SeedFinderBase.h
"
5
6
#include <unordered_map>
7
8
class
PassThruSeedFinder
:
public
SeedFinderBase
{
9
public
:
10
PassThruSeedFinder
(
const
edm::ParameterSet
& conf);
11
PassThruSeedFinder
(
const
PassThruSeedFinder
&) =
delete
;
12
PassThruSeedFinder
&
operator=
(
const
PassThruSeedFinder
&) =
delete
;
13
14
void
findSeeds
(
const
edm::Handle<reco::PFRecHitCollection>
&
input
,
15
const
std::vector<bool>& mask,
16
std::vector<bool>& seedable)
override
;
17
18
private
:
19
};
20
21
DEFINE_EDM_PLUGIN
(
SeedFinderFactory
,
PassThruSeedFinder
,
"PassThruSeedFinder"
);
22
23
#endif
SeedFinderBase
Definition:
SeedFinderBase.h:9
input
static const std::string input
Definition:
EdmProvDump.cc:48
SeedFinderBase.h
edm::Handle< reco::PFRecHitCollection >
PassThruSeedFinder::findSeeds
void findSeeds(const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable) override
Definition:
PassThruSeedFinder.cc:6
PassThruSeedFinder
Definition:
PassThruSeedFinder.h:8
DEFINE_EDM_PLUGIN
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition:
PluginFactory.h:124
PassThruSeedFinder::operator=
PassThruSeedFinder & operator=(const PassThruSeedFinder &)=delete
edm::ParameterSet
Definition:
ParameterSet.h:47
edmplugin::PluginFactory
Definition:
PluginFactory.h:34
PassThruSeedFinder::PassThruSeedFinder
PassThruSeedFinder(const edm::ParameterSet &conf)
Definition:
PassThruSeedFinder.cc:3
Generated for CMSSW Reference Manual by
1.8.16