CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/DataFormats/ParticleFlowReco/interface/PFBlockFwd.h

Go to the documentation of this file.
00001 #ifndef ParticleFlowReco_PFBlockFwd_h
00002 #define ParticleFlowReco_PFBlockFwd_h
00003 #include <vector>
00004 
00005 
00006 #include "DataFormats/Common/interface/Ref.h"
00007 /* #include "DataFormats/Common/interface/RefVector.h" */
00008 /* #include "DataFormats/Common/interface/RefProd.h" */
00009 
00010 namespace reco {
00011   class PFBlock;
00012 
00014   typedef std::vector<PFBlock> PFBlockCollection;  
00015   
00017   typedef std::vector<PFBlock> PFBlockCollection;
00018   
00020   typedef edm::Ref<PFBlockCollection> PFBlockRef;
00021 
00023   typedef edm::Handle<PFBlockCollection> PFBlockHandle;
00024 
00025 
00027   /*   typedef PFBlockRefVector::iterator PFBlock_iterator; */
00028 }
00029 
00030 #endif