Main Page
Namespaces
Classes
Package Documentation
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
11
typedef
LeafRefCandidateT
RecoPFClusterRefCandidateBase
;
12
13
14
class
RecoPFClusterRefCandidate
:
public
LeafRefCandidateT
{
15
public
:
16
RecoPFClusterRefCandidate
() :
LeafRefCandidateT
() {}
17
RecoPFClusterRefCandidate
(
PFClusterRef
ref,
float
m
) :
LeafRefCandidateT
( ref, m) {}
18
19
~RecoPFClusterRefCandidate
()
override
{}
20
21
RecoPFClusterRefCandidate
*
clone
()
const override
{
return
new
RecoPFClusterRefCandidate
(*
this
);}
22
23
reco::PFClusterRef
pfCluster
()
const
{
24
return
getRef<reco::PFClusterRef>();
25
}
26
};
27
}
28
29
#endif
reco::RecoPFClusterRefCandidate::~RecoPFClusterRefCandidate
~RecoPFClusterRefCandidate() override
Definition:
RecoPFClusterRefCandidate.h:19
PFClusterFwd.h
edm::Ref< PFClusterCollection >
PFCluster.h
reco::RecoPFClusterRefCandidate::clone
RecoPFClusterRefCandidate * clone() const override
returns a clone of the Candidate object
Definition:
RecoPFClusterRefCandidate.h:21
reco::RecoPFClusterRefCandidate::RecoPFClusterRefCandidate
RecoPFClusterRefCandidate()
Definition:
RecoPFClusterRefCandidate.h:16
reco::RecoPFClusterRefCandidate::pfCluster
reco::PFClusterRef pfCluster() const
Definition:
RecoPFClusterRefCandidate.h:23
reco::LeafRefCandidateT
Definition:
LeafRefCandidateT.h:18
funct::m
m
Definition:
Factorize.h:56
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
reco::RecoPFClusterRefCandidate
Definition:
RecoPFClusterRefCandidate.h:14
LeafRefCandidateT.h
reco::RecoPFClusterRefCandidate::RecoPFClusterRefCandidate
RecoPFClusterRefCandidate(PFClusterRef ref, float m)
Definition:
RecoPFClusterRefCandidate.h:17
reco::RecoPFClusterRefCandidateBase
LeafRefCandidateT RecoPFClusterRefCandidateBase
Definition:
RecoPFClusterRefCandidate.h:11
Generated for CMSSW Reference Manual by
1.8.11