CMS 3D CMS Logo

RecoPFClusterRefCandidate.h
Go to the documentation of this file.
1 #ifndef RecoCandidate_RecoPFClusterRefCandidate_h
2 #define RecoCandidate_RecoPFClusterRefCandidate_h
3 
7 
8 namespace reco {
9 
10 
12 
13 
15  public:
18 
20 
21  RecoPFClusterRefCandidate * clone() const override { return new RecoPFClusterRefCandidate(*this);}
22 
24  return getRef<reco::PFClusterRef>();
25  }
26  };
27 }
28 
29 #endif
RecoPFClusterRefCandidate * clone() const override
returns a clone of the Candidate object
reco::PFClusterRef pfCluster() const
fixed size matrix
RecoPFClusterRefCandidate(PFClusterRef ref, float m)
LeafRefCandidateT RecoPFClusterRefCandidateBase