CMS 3D CMS Logo

PFClusterToRefCandidate.h
Go to the documentation of this file.
1 #ifndef RecoAlgos_PFClusterToRefCandidate_h
2 #define RecoAlgos_PFClusterToRefCandidate_h
9 
10 namespace converter {
11 
18  c = reco::RecoPFClusterRefCandidate(pfclusterRef, sqrt(massSqr_));
19  }
20  };
21 
22  namespace helper {
23  template <>
24  struct CandConverter<reco::PFCluster> {
26  };
27  } // namespace helper
28 
29 } // namespace converter
30 
31 #endif
Definition: helper.py:1
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:46
void convert(reco::PFClusterRef pfclusterRef, reco::RecoPFClusterRefCandidate &c) const
T sqrt(T t)
Definition: SSEVec.h:19
fixed size matrix
reco::RecoPFClusterRefCandidate Candidate
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
Definition: PFClusterFwd.h:9
PFClusterToRefCandidate(const edm::ParameterSet &cfg)