CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/DataFormats/GEMDigi/interface/GEMCSCPadDigiCollection.h

Go to the documentation of this file.
00001 #ifndef GEMDigi_GEMCSCPadDigiCollection_h
00002 #define GEMDigi_GEMCSCPadDigiCollection_h
00003 
00010 #include <DataFormats/MuonDetId/interface/GEMDetId.h>
00011 #include <DataFormats/GEMDigi/interface/GEMCSCPadDigi.h>
00012 #include <DataFormats/MuonData/interface/MuonDigiCollection.h>
00013 
00014 typedef MuonDigiCollection<GEMDetId, GEMCSCPadDigi> GEMCSCPadDigiCollection;
00015 
00016 #endif
00017