Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:49:33

0001 #ifndef CSCStripDigi_CSCCLCTPreTriggerCollection_h
0002 #define CSCStripDigi_CSCCLCTPreTriggerCollection_h
0003 
0004 /** \class CSCCLCTPreTriggerCollection
0005  *  ED
0006  *
0007  *  \author Rick Wilkinson
0008  */
0009 
0010 #include "DataFormats/MuonDetId/interface/CSCDetId.h"
0011 #include "DataFormats/MuonData/interface/MuonDigiCollection.h"
0012 // just the BX for now
0013 typedef int CSCCLCTPreTrigger;
0014 typedef MuonDigiCollection<CSCDetId, CSCCLCTPreTrigger> CSCCLCTPreTriggerCollection;
0015 
0016 #endif