CMS 3D CMS Logo

RecoTracktoTPCollection.h
Go to the documentation of this file.
1 #ifndef TRACKINFO_RECOTRACKTOTPCOLLECTION_H
2 #define TRACKINFO_RECOTRACKTOTPCOLLECTION_H
3 
4 #include <vector>
6 
7 typedef std::vector<RecoTracktoTP> RecoTracktoTPCollection;
8 
9 #endif
std::vector< RecoTracktoTP > RecoTracktoTPCollection