CMS 3D CMS Logo

TrackFwd.h
Go to the documentation of this file.
1 #ifndef TrackReco_TrackFwd_h
2 #define TrackReco_TrackFwd_h
3 
4 #include <vector>
11 
12 namespace reco {
13 
14  class Track;
15 
17  typedef std::vector<Track> TrackCollection;
18 
21 
24 
27 
30 
33 
36 
39 
40 } // namespace reco
41 
42 #endif
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:14
TrackRefVector::iterator track_iterator
iterator over a vector of reference to Track in the same collection
Definition: TrackFwd.h:32
edm::RefVector< TrackCollection > TrackRefVector
vector of reference to Track in the same collection
Definition: TrackFwd.h:29
edm::RefToBaseVector< reco::Track > TrackBaseRefVector
vector of persistent references to a Track, using views
Definition: TrackFwd.h:38
edm::RefToBase< reco::Track > TrackBaseRef
persistent reference to a Track, using views
Definition: TrackFwd.h:35
edm::RefProd< TrackCollection > TrackRefProd
persistent reference to a Track collection
Definition: TrackFwd.h:26
edm::Ref< TrackCollection > TrackRef
persistent reference to a Track
Definition: TrackFwd.h:20
fixed size matrix
edm::Association< TrackCollection > TrackAssociation
association to a track collection
Definition: TrackFwd.h:23