00001 #ifndef TrackInfo_TrackInfoFwd_h 00002 #define TrackInfo_TrackInfoFwd_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 TrackInfo; 00011 typedef std::vector<TrackInfo> TrackInfoCollection; 00012 00013 typedef edm::Ref<TrackInfoCollection> TrackInfoRef; 00014 00015 typedef edm::RefProd<TrackInfoCollection> TrackInfoRefProd; 00016 00017 typedef edm::RefVector<TrackInfoCollection> TrackInfoRefVector; 00018 00019 } 00020 00021 #endif