CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadSearchSeedCollection.h
Go to the documentation of this file.
1 #ifndef DATAFORMATS_ROADSEARCHSEEDCOLLECTION_H
2 #define DATAFORMATS_ROADSEARCHSEEDCOLLECTION_H
3 
4 //
5 // Package: DataFormats/RoadSearchSeed
6 // Class: RoadSearchSeedCollection
7 //
8 // Description: RoadSearchSeedCollection
9 //
10 // Original Author: Oliver Gutsche, gutsche@fnal.gov
11 // Created: Fri Jun 22 12:32:25 UTC 2007
12 //
13 // $Author: gutsche $
14 // $Date: 2007/06/29 23:45:41 $
15 // $Revision: 1.1 $
16 //
17 
19 #include <vector>
20 
21 typedef std::vector<RoadSearchSeed> RoadSearchSeedCollection;
22 
23 
24 #endif // DATAFORMATS_ROADSEARCHSEEDCOLLECTION_H
std::vector< RoadSearchSeed > RoadSearchSeedCollection