CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/RoadSearchSeed/interface/RoadSearchSeedCollection.h

Go to the documentation of this file.
00001 #ifndef DATAFORMATS_ROADSEARCHSEEDCOLLECTION_H
00002 #define DATAFORMATS_ROADSEARCHSEEDCOLLECTION_H
00003 
00004 //
00005 // Package:         DataFormats/RoadSearchSeed
00006 // Class:           RoadSearchSeedCollection
00007 // 
00008 // Description:     RoadSearchSeedCollection
00009 //
00010 // Original Author: Oliver Gutsche, gutsche@fnal.gov
00011 // Created:         Fri Jun 22 12:32:25 UTC 2007
00012 //
00013 // $Author: gutsche $
00014 // $Date: 2007/06/29 23:45:41 $
00015 // $Revision: 1.1 $
00016 //
00017 
00018 #include "DataFormats/RoadSearchSeed/interface/RoadSearchSeed.h"
00019 #include <vector>
00020 
00021 typedef std::vector<RoadSearchSeed> RoadSearchSeedCollection;
00022 
00023 
00024 #endif // DATAFORMATS_ROADSEARCHSEEDCOLLECTION_H