CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/CSCDigi/interface/CSCCLCTPreTriggerCollection.h

Go to the documentation of this file.
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