CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigiCollection.h

Go to the documentation of this file.
00001 #ifndef CSCDCCFormatStatusDigi_CSCDCCFormatStatusDigiCollection_h
00002 #define CSCDCCFormatStatusDigi_CSCDCCFormatStatusDigiCollection_h
00003 
00011 #include <DataFormats/MuonDetId/interface/CSCDetId.h>
00012 #include <DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigi.h>
00013 #include <DataFormats/MuonData/interface/MuonDigiCollection.h>
00014 
00015 typedef MuonDigiCollection<CSCDetId, CSCDCCFormatStatusDigi> CSCDCCFormatStatusDigiCollection;
00016 
00017 #endif