CMS 3D CMS Logo

PFClusterFwd.h
Go to the documentation of this file.
1 #ifndef ParticleFlowReco_PFClusterFwd_h
2 #define ParticleFlowReco_PFClusterFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class PFCluster;
10 
12  typedef std::vector<PFCluster> PFClusterCollection;
13 
16 
19 
22 
25 } // namespace reco
26 
27 #endif
edm::RefVector< PFClusterCollection > PFClusterRefVector
vector of references to PFCluster objects all in the same collection
Definition: PFClusterFwd.h:21
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:42
edm::RefProd< PFClusterCollection > PFClusterRefProd
reference to PFCluster collection
Definition: PFClusterFwd.h:18
edm::Ref< PFClusterCollection > PFClusterRef
persistent reference to PFCluster objects
Definition: PFClusterFwd.h:15
fixed size matrix
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
Definition: PFClusterFwd.h:9
PFClusterRefVector::iterator PFCluster_iterator
iterator over a vector of references to PFCluster objects
Definition: PFClusterFwd.h:24