00001 #ifndef DATAFORMATS_ROADSEARCHCLOUDCOLLECTION_H 00002 #define DATAFORMATS_ROADSEARCHCLOUDCOLLECTION_H 00003 00004 // 00005 // Package: DataFormats/RoadSearchCloud 00006 // Class: RoadSearchCloudCollection 00007 // 00008 // Description: Holds RoadSearchClouds. 00009 // 00010 // Original Author: Oliver Gutsche, gutsche@fnal.gov 00011 // Created: Sat Jan 14 22:00:00 UTC 2006 00012 // 00013 // $Author: gutsche $ 00014 // $Date: 2006/01/15 00:56:20 $ 00015 // $Revision: 1.1 $ 00016 // 00017 00018 #include <vector> 00019 #include "DataFormats/RoadSearchCloud/interface/RoadSearchCloud.h" 00020 00021 typedef std::vector<RoadSearchCloud> RoadSearchCloudCollection; 00022 00023 #endif // 00024 00025