CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackingSeedCollection.h
Go to the documentation of this file.
1 #ifndef DATAFORMATS_TRACKINGSEEDCOLLECTION_H
2 #define DATAFORMATS_TRACKINGSEEDCOLLECTION_H
3 
4 //
5 // Package: DataFormats/TrackingSeed
6 // Class: TrackingSeedCollection
7 //
8 // Description: Collection for TrackingSeed
9 //
10 // Original Author: Oliver Gutsche, gutsche@fnal.gov
11 // Created: Sat Jan 14 22:00:00 UTC 2006
12 //
13 // $Author: gutsche $
14 // $Date: 2006/01/15 00:52:09 $
15 // $Revision: 1.1 $
16 //
17 
18 #include <vector>
20 
21 typedef std::vector<TrackingSeed> TrackingSeedCollection;
22 
23 #endif //
24 
25 
std::vector< TrackingSeed > TrackingSeedCollection