CMS 3D CMS Logo

PFBlockFwd.h
Go to the documentation of this file.
1 #ifndef ParticleFlowReco_PFBlockFwd_h
2 #define ParticleFlowReco_PFBlockFwd_h
3 #include <vector>
4 
6 /* #include "DataFormats/Common/interface/RefVector.h" */
7 /* #include "DataFormats/Common/interface/RefProd.h" */
8 
9 namespace reco {
10  class PFBlock;
11 
13  typedef std::vector<PFBlock> PFBlockCollection;
14 
16  typedef std::vector<PFBlock> PFBlockCollection;
17 
20 
23 
25  /* typedef PFBlockRefVector::iterator PFBlock_iterator; */
26 } // namespace reco
27 
28 #endif
reco::PFBlockHandle
edm::Handle< PFBlockCollection > PFBlockHandle
handle to a block collection
Definition: PFBlockFwd.h:22
reco::PFBlock
Block of elements.
Definition: PFBlock.h:26
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
edm::Handle
Definition: AssociativeIterator.h:50
reco::PFBlockRef
edm::Ref< PFBlockCollection > PFBlockRef
persistent reference to PFCluster objects
Definition: PFBlockFwd.h:19
edm::Ref< PFBlockCollection >
reco::PFBlockCollection
std::vector< PFBlock > PFBlockCollection
collection of PFBlock objects
Definition: PFBlockFwd.h:10
Ref.h