Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_TestObjects_OtherThingCollectionfwd_h
0002 #define DataFormats_TestObjects_OtherThingCollectionfwd_h
0003 
0004 #include <vector>
0005 
0006 namespace edmtest {
0007   struct OtherThing;
0008   typedef std::vector<OtherThing> OtherThingCollection;
0009 }  // namespace edmtest
0010 
0011 #endif