CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/DataFormats/DetId/interface/DetIdCollection.h

Go to the documentation of this file.
00001 #ifndef DETID_DETIDCOLLECTIONS_H
00002 #define DETID_DETIDCOLLECTIONS_H
00003 
00004 #include "DataFormats/Common/interface/EDCollection.h"
00005 #include "DataFormats/DetId/interface/DetId.h"
00006 
00007 typedef edm::EDCollection<DetId> DetIdCollection;
00008 
00009 #endif