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 
12 
13 class PFSuperClusterAlgo;
14 
15 namespace reco {
16 
26  class PFSuperCluster : public PFCluster {
27  public:
28 
29 
31 
34 
36  void reset();
37 
40  { return clusters_; }
41 
43 
44  private:
45 
48 
49  friend class ::PFSuperClusterAlgo;
50  };
51 
52  std::ostream& operator<<(std::ostream& out,
53  const PFSuperCluster& cluster);
54 
55 }
56 
57 #endif
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:47
friend std::ostream & operator<<(std::ostream &out, const CaloCluster &cluster)
print me
Particle flow cluster, see clustering algorithm in PFSuperClusterAlgo.
fixed size matrix
PFSuperCluster & operator=(const PFSuperCluster &)
void reset()
resets clusters parameters
const edm::PtrVector< reco::PFCluster > & clusters() const
vector of clusters
edm::PtrVector< reco::PFCluster > clusters_
vector of clusters