CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  friend std::ostream& operator<<(std::ostream& out,
45  const PFSuperCluster& cluster);
46 
47  private:
48 
51 
52  friend class ::PFSuperClusterAlgo;
53  };
54 }
55 
56 #endif
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:47
Particle flow cluster, see clustering algorithm in PFSuperClusterAlgo.
friend std::ostream & operator<<(std::ostream &out, const PFSuperCluster &cluster)
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