CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackInfoFwd.h
Go to the documentation of this file.
1 #ifndef TrackInfo_TrackInfoFwd_h
2 #define TrackInfo_TrackInfoFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class TrackInfo;
11  typedef std::vector<TrackInfo> TrackInfoCollection;
12 
14 
16 
18 
19 }
20 
21 #endif
edm::RefVector< TrackInfoCollection > TrackInfoRefVector
Definition: TrackInfoFwd.h:17
std::vector< TrackInfo > TrackInfoCollection
collection of TrackInfos
Definition: TrackInfoFwd.h:9
edm::Ref< TrackInfoCollection > TrackInfoRef
Definition: TrackInfoFwd.h:13
edm::RefProd< TrackInfoCollection > TrackInfoRefProd
Definition: TrackInfoFwd.h:15