Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DATAFORMATS_SISTRIPMATCHEDRECHIT2DCOLLECTION_H
0002 #define DATAFORMATS_SISTRIPMATCHEDRECHIT2DCOLLECTION_H
0003 
0004 #include "DataFormats/TrackerRecHit2D/interface/SiStripMatchedRecHit2D.h"
0005 #include "DataFormats/Common/interface/DetSetVectorNew.h"
0006 
0007 typedef edmNew::DetSetVector<SiStripMatchedRecHit2D> SiStripMatchedRecHit2DCollection;
0008 typedef SiStripMatchedRecHit2DCollection SiStripMatchedRecHit2DCollectionNew;
0009 
0010 #endif