CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackFwd.h
Go to the documentation of this file.
1 #ifndef TrackReco_TrackFwd_h
2 #define TrackReco_TrackFwd_h
3 #include <vector>
8 
9 namespace reco {
10  class Track;
12  typedef std::vector<Track> TrackCollection;
23 }
24 
25 #endif
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:10
TrackRefVector::iterator track_iterator
iterator over a vector of reference to Track in the same collection
Definition: TrackFwd.h:20
edm::RefVector< TrackCollection > TrackRefVector
vector of reference to Track in the same collection
Definition: TrackFwd.h:18
edm::RefToBase< reco::Track > TrackBaseRef
persistent reference to a Track, using views
Definition: TrackFwd.h:22
edm::RefProd< TrackCollection > TrackRefProd
persistent reference to a Track collection
Definition: TrackFwd.h:16
edm::Ref< TrackCollection > TrackRef
persistent reference to a Track
Definition: TrackFwd.h:14