CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/DataFormats/DTDigi/interface/DTDigiCollection.h

Go to the documentation of this file.
00001 #ifndef DTDigi_DTDigiCollection_h
00002 #define DTDigi_DTDigiCollection_h
00003 
00013 #include <DataFormats/MuonDetId/interface/DTLayerId.h>
00014 #include <DataFormats/DTDigi/interface/DTDigi.h>
00015 #include <DataFormats/MuonData/interface/MuonDigiCollection.h>
00016 
00017 typedef MuonDigiCollection<DTLayerId, DTDigi> DTDigiCollection;
00018 
00019 #endif
00020