Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:58

0001 #ifndef CSCCorrelatedLCTDigi_CSCCorrelatedLCTDigiCollection_h
0002 #define CSCCorrelatedLCTDigi_CSCCorrelatedLCTDigiCollection_h
0003 
0004 /** \class CSCCorrelatedLCTDigiCollection
0005  *
0006  *  Based on DTDigiCollection.h
0007  *  \author L. Gray - UF
0008  *
0009 */
0010 
0011 #include "DataFormats/MuonDetId/interface/CSCDetId.h"
0012 #include "DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigi.h"
0013 #include "DataFormats/MuonData/interface/MuonDigiCollection.h"
0014 
0015 typedef MuonDigiCollection<CSCDetId, CSCCorrelatedLCTDigi> CSCCorrelatedLCTDigiCollection;
0016 
0017 #endif