CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  }
20  c = reco::RecoPFClusterRefCandidate( pfclusterRef, sqrt(massSqr_) );
21  }
22  };
23 
24  namespace helper {
25  template<>
26  struct CandConverter<reco::PFCluster> {
28  };
29  }
30 
31 }
32 
33 #endif
tuple cfg
Definition: looper.py:293
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:47
void convert(reco::PFClusterRef pfclusterRef, reco::RecoPFClusterRefCandidate &c) const
T sqrt(T t)
Definition: SSEVec.h:48
reco::RecoPFClusterRefCandidate Candidate
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
Definition: PFClusterFwd.h:9
PFClusterToRefCandidate(const edm::ParameterSet &cfg)