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
Basic2DClusterForEachSeed.h
Go to the documentation of this file.
1
#ifndef __Basic2DClusterForEachSeed_H__
2
#define __Basic2DClusterForEachSeed_H__
3
4
#include "
RecoParticleFlow/PFClusterProducer/interface/InitialClusteringStepBase.h
"
5
#include "
DataFormats/ParticleFlowReco/interface/PFRecHitFraction.h
"
6
7
class
Basic2DClusterForEachSeed
:
public
InitialClusteringStepBase
{
8
public
:
9
Basic2DClusterForEachSeed
(
const
edm::ParameterSet
& conf,
edm::ConsumesCollector
& sumes)
10
:
InitialClusteringStepBase
(conf, sumes) {}
11
~Basic2DClusterForEachSeed
()
override
=
default
;
12
13
void
buildClusters
(
const
edm::Handle<reco::PFRecHitCollection>
&,
14
const
std::vector<bool>&,
15
const
std::vector<bool>&,
16
reco::PFClusterCollection
&)
override
;
17
};
18
19
DEFINE_EDM_PLUGIN
(
InitialClusteringStepFactory
,
Basic2DClusterForEachSeed
,
"Basic2DClusterForEachSeed"
);
20
21
#endif
reco::PFClusterCollection
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
Definition:
PFClusterFwd.h:9
InitialClusteringStepBase.h
edm::Handle< reco::PFRecHitCollection >
Basic2DClusterForEachSeed
Definition:
Basic2DClusterForEachSeed.h:7
DEFINE_EDM_PLUGIN
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition:
PluginFactory.h:124
edm::ParameterSet
Definition:
ParameterSet.h:47
InitialClusteringStepBase
Definition:
InitialClusteringStepBase.h:24
edmplugin::PluginFactory
Definition:
PluginFactory.h:34
PFRecHitFraction.h
Basic2DClusterForEachSeed::Basic2DClusterForEachSeed
Basic2DClusterForEachSeed(const edm::ParameterSet &conf, edm::ConsumesCollector &sumes)
Definition:
Basic2DClusterForEachSeed.h:9
Basic2DClusterForEachSeed::~Basic2DClusterForEachSeed
~Basic2DClusterForEachSeed() override=default
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Basic2DClusterForEachSeed::buildClusters
void buildClusters(const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, const std::vector< bool > &, reco::PFClusterCollection &) override
Definition:
Basic2DClusterForEachSeed.cc:3
Generated for CMSSW Reference Manual by
1.8.16