CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #ifndef PreIdFwd_H
00002 #define PreIdFwd_H
00003 #include <vector>
00004 #include "DataFormats/Common/interface/Ref.h"
00005 namespace reco{
00006   class PreId;
00007   typedef std::vector<reco::PreId> PreIdCollection;
00008   typedef edm::Ref<reco::PreIdCollection> PreIdRef;
00009 }
00010 
00011 #endif