test
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 
4 #include <vector>
10 
11 namespace reco
12 {
13 
14 class Track;
15 
17 typedef std::vector<Track> TrackCollection;
18 
21 
24 
27 
30 
33 
36 
37 } // namespace reco
38 
39 #endif
40 
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:29
edm::RefVector< TrackCollection > TrackRefVector
vector of reference to Track in the same collection
Definition: TrackFwd.h:26
edm::RefToBaseVector< reco::Track > TrackBaseRefVector
vector of persistent references to a Track, using views
Definition: TrackFwd.h:35
edm::RefToBase< reco::Track > TrackBaseRef
persistent reference to a Track, using views
Definition: TrackFwd.h:32
edm::RefProd< TrackCollection > TrackRefProd
persistent reference to a Track collection
Definition: TrackFwd.h:23
edm::Ref< TrackCollection > TrackRef
persistent reference to a Track
Definition: TrackFwd.h:20