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 #include <vector>
7 
8 namespace reco {
9  class TrackExtra;
11  typedef std::vector<TrackExtra> TrackExtraCollection;
20 }
21 
22 #endif
TrackExtraRefVector::iterator trackExtra_iterator
iterator over a vector of references to TrackExtra in the same collection
Definition: TrackExtraFwd.h:19
edm::Ref< TrackExtraCollection > TrackExtraRef
persistent reference to a TrackExtra
Definition: TrackExtraFwd.h:13
edm::RefProd< TrackExtraCollection > TrackExtraRefProd
reference to a TrackExtra collection
Definition: TrackExtraFwd.h:15
edm::RefVector< TrackExtraCollection > TrackExtraRefVector
vector of references to TrackExtra in the same collection
Definition: TrackExtraFwd.h:17
std::vector< TrackExtra > TrackExtraCollection
collection of TrackExtra objects
Definition: TrackExtraFwd.h:9