CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackCandidateCollection.h
Go to the documentation of this file.
1 #ifndef DATAFORMATS_TRACKCANDIDATE_TRACKCANDIDATECOLLECTION_h
2 #define DATAFORMATS_TRACKCANDIDATE_TRACKCANDIDATECOLLECTION_h
3 
5 #include <vector>
6 
7 typedef std::vector<TrackCandidate> TrackCandidateCollection;
8 
9 #endif
std::vector< TrackCandidate > TrackCandidateCollection