CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackExtraFwd.h
Go to the documentation of this file.
1 #ifndef TrackReco_TrackExtraFwd_h
2 #define TrackReco_TrackExtraFwd_h
3 
4 #include <vector>
8 
9 namespace reco
10 {
11  class TrackExtra;
12 
14  typedef std::vector<TrackExtra> TrackExtraCollection;
15 
18 
21 
24 
27 
28 }// namespace reco
29 
30 #endif
31 
TrackExtraRefVector::iterator trackExtra_iterator
iterator over a vector of references to TrackExtra in the same collection
Definition: TrackExtraFwd.h:26
edm::Ref< TrackExtraCollection > TrackExtraRef
persistent reference to a TrackExtra
Definition: TrackExtraFwd.h:17
edm::RefProd< TrackExtraCollection > TrackExtraRefProd
reference to a TrackExtra collection
Definition: TrackExtraFwd.h:20
edm::RefVector< TrackExtraCollection > TrackExtraRefVector
vector of references to TrackExtra in the same collection
Definition: TrackExtraFwd.h:23
std::vector< TrackExtra > TrackExtraCollection
collection of TrackExtra objects
Definition: TrackExtraFwd.h:11