CMS 3D CMS Logo

PFSuperCluster.h
Go to the documentation of this file.
1 #ifndef DataFormats_ParticleFlowReco_PFSuperCluster_h
2 #define DataFormats_ParticleFlowReco_PFSuperCluster_h
3 
7 
8 #include <iostream>
9 #include <vector>
10 
11 class PFSuperClusterAlgo;
12 
13 namespace reco {
14 
24  class PFSuperCluster : public PFCluster {
25  public:
27 
30 
32  void reset();
33 
36 
38 
39  private:
42 
43  friend class ::PFSuperClusterAlgo;
44  };
45 
46  std::ostream& operator<<(std::ostream& out, const PFSuperCluster& cluster);
47 
48 } // namespace reco
49 
50 #endif
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:46
friend std::ostream & operator<<(std::ostream &out, const CaloCluster &cluster)
print me
Particle flow cluster, see clustering algorithm in PFSuperClusterAlgo.
edm::PtrVector< reco::PFCluster > clusters_
vector of clusters
fixed size matrix
PFSuperCluster & operator=(const PFSuperCluster &)
const edm::PtrVector< reco::PFCluster > & clusters() const
vector of clusters
void reset()
resets clusters parameters