CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/CSCDigi/interface/CSCALCTDigiCollection.h

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