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
DataFormats
ParticleFlowReco
interface
RecoPFClusterRefCandidate.h
Go to the documentation of this file.
1
#ifndef RecoCandidate_RecoPFClusterRefCandidate_h
2
#define RecoCandidate_RecoPFClusterRefCandidate_h
3
4
#include "
DataFormats/Candidate/interface/LeafRefCandidateT.h
"
5
#include "
DataFormats/ParticleFlowReco/interface/PFClusterFwd.h
"
6
#include "
DataFormats/ParticleFlowReco/interface/PFCluster.h
"
7
8
namespace
reco
{
9
10
typedef
LeafRefCandidateT
RecoPFClusterRefCandidateBase
;
11
12
class
RecoPFClusterRefCandidate
:
public
LeafRefCandidateT
{
13
public
:
14
RecoPFClusterRefCandidate
() :
LeafRefCandidateT
() {}
15
RecoPFClusterRefCandidate
(
PFClusterRef
ref,
float
m
) :
LeafRefCandidateT
(ref,
m
) {}
16
17
~RecoPFClusterRefCandidate
()
override
{}
18
19
RecoPFClusterRefCandidate
*
clone
()
const override
{
return
new
RecoPFClusterRefCandidate
(*
this
); }
20
21
reco::PFClusterRef
pfCluster
()
const
{
return
getRef<reco::PFClusterRef>(); }
22
};
23
}
// namespace reco
24
25
#endif
reco::LeafRefCandidateT
Definition:
LeafRefCandidateT.h:17
reco::RecoPFClusterRefCandidate::pfCluster
reco::PFClusterRef pfCluster() const
Definition:
RecoPFClusterRefCandidate.h:21
reco::RecoPFClusterRefCandidate::RecoPFClusterRefCandidate
RecoPFClusterRefCandidate(PFClusterRef ref, float m)
Definition:
RecoPFClusterRefCandidate.h:15
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
edm::Ref< PFClusterCollection >
visualization-live-secondInstance_cfg.m
m
Definition:
visualization-live-secondInstance_cfg.py:72
PFCluster.h
reco::RecoPFClusterRefCandidate::clone
RecoPFClusterRefCandidate * clone() const override
returns a clone of the Candidate object
Definition:
RecoPFClusterRefCandidate.h:19
PFClusterFwd.h
reco::RecoPFClusterRefCandidateBase
LeafRefCandidateT RecoPFClusterRefCandidateBase
Definition:
RecoPFClusterRefCandidate.h:10
LeafRefCandidateT.h
reco::RecoPFClusterRefCandidate::~RecoPFClusterRefCandidate
~RecoPFClusterRefCandidate() override
Definition:
RecoPFClusterRefCandidate.h:17
reco::RecoPFClusterRefCandidate
Definition:
RecoPFClusterRefCandidate.h:12
reco::RecoPFClusterRefCandidate::RecoPFClusterRefCandidate
RecoPFClusterRefCandidate()
Definition:
RecoPFClusterRefCandidate.h:14
Generated for CMSSW Reference Manual by
1.8.16