Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:49:37

0001 #ifndef DETID_DETIDCOLLECTIONS_H
0002 #define DETID_DETIDCOLLECTIONS_H
0003 
0004 #include "DataFormats/Common/interface/EDCollection.h"
0005 #include "DataFormats/DetId/interface/DetId.h"
0006 
0007 typedef edm::EDCollection<DetId> DetIdCollection;
0008 
0009 #endif