CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFHcalSuperClusterInit.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFClusterProducer_PFHcalSuperClusterInit_h
2 #define RecoParticleFlow_PFClusterProducer_PFHcalSuperClusterInit_h
3 
8 
9 #include <iostream>
10 #include <vector>
11 
12 
13 
14 namespace reco{
15 
17  public:
18 
21 
22  void initialize( reco::PFSuperCluster &supercluster, edm::PtrVector<reco::PFCluster> const & clusters );
23 
24 
25  };
26 }
27 #endif
28 
29 
30 
Particle flow cluster, see clustering algorithm in PFSuperClusterAlgo.
void initialize(reco::PFSuperCluster &supercluster, edm::PtrVector< reco::PFCluster > const &clusters)