CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/DataFormats/HcalIsolatedTrack/interface/IsolatedPixelTrackCandidateFwd.h

Go to the documentation of this file.
00001 #ifndef HcalIsolatedTrack_IsolatedPixelTrackCandidateFwd_h
00002 #define HcalIsolatedTrack_IsolatedPixelTrackCandidateFwd_h
00003 #include <vector>
00004 #include "DataFormats/Common/interface/Ref.h"
00005 #include "DataFormats/Common/interface/RefProd.h"
00006 #include "DataFormats/Common/interface/RefVector.h"
00007 
00008 namespace reco {
00009   class IsolatedPixelTrackCandidate;
00010 
00012   typedef std::vector<IsolatedPixelTrackCandidate> IsolatedPixelTrackCandidateCollection;
00013 
00015   typedef edm::Ref<IsolatedPixelTrackCandidateCollection> IsolatedPixelTrackCandidateRef;
00016 
00018   typedef edm::RefProd<IsolatedPixelTrackCandidateCollection> IsolatedPixelTrackCandidateRefProd;
00019 
00021   typedef edm::RefVector<IsolatedPixelTrackCandidateCollection> IsolatedPixelTrackCandidateRefVector;
00022 
00024   typedef IsolatedPixelTrackCandidateRefVector::iterator IsolatedPixelTrackCandidateIterator;
00025 
00026   typedef std::vector<reco::IsolatedPixelTrackCandidateRef> IsolatedPixelTrackCandidateSimpleRefVector;
00027 }
00028 
00029 #endif
00030