CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFBlockFwd.h
Go to the documentation of this file.
1 #ifndef ParticleFlowReco_PFBlockFwd_h
2 #define ParticleFlowReco_PFBlockFwd_h
3 #include <vector>
4 
5 
7 /* #include "DataFormats/Common/interface/RefVector.h" */
8 /* #include "DataFormats/Common/interface/RefProd.h" */
9 
10 namespace reco {
11  class PFBlock;
12 
14  typedef std::vector<PFBlock> PFBlockCollection;
15 
17  typedef std::vector<PFBlock> PFBlockCollection;
18 
21 
24 
25 
27  /* typedef PFBlockRefVector::iterator PFBlock_iterator; */
28 }
29 
30 #endif
edm::Ref< PFBlockCollection > PFBlockRef
persistent reference to PFCluster objects
Definition: PFBlockFwd.h:20
edm::Handle< PFBlockCollection > PFBlockHandle
handle to a block collection
Definition: PFBlockFwd.h:23
std::vector< PFBlock > PFBlockCollection
collection of PFBlock objects
Definition: PFBlockFwd.h:11
Block of elements.
Definition: PFBlock.h:30