CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/CSCDigi/interface/CSCCLCTDigiCollection.h

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