00001 #ifndef CSCStripDigi_CSCCLCTPreTriggerCollection_h 00002 #define CSCStripDigi_CSCCLCTPreTriggerCollection_h 00003 00012 #include "DataFormats/MuonDetId/interface/CSCDetId.h" 00013 #include "DataFormats/MuonData/interface/MuonDigiCollection.h" 00014 // just the BX for now 00015 typedef int CSCCLCTPreTrigger; 00016 typedef MuonDigiCollection<CSCDetId, CSCCLCTPreTrigger> CSCCLCTPreTriggerCollection; 00017 00018 #endif 00019