Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:18

0001 #ifndef DataFormats_TestObjects_ThingCollection_h
0002 #define DataFormats_TestObjects_ThingCollection_h
0003 
0004 #include <vector>
0005 
0006 #include "DataFormats/TestObjects/interface/Thing.h"
0007 
0008 namespace edmtest {
0009   typedef std::vector<edmtest::Thing> ThingCollection;
0010 }
0011 
0012 #endif