Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_GEMDigi_GEMAMCStatusCollection_h
0002 #define DataFormats_GEMDigi_GEMAMCStatusCollection_h
0003 
0004 #include "DataFormats/MuonData/interface/MuonDigiCollection.h"
0005 #include "DataFormats/GEMDigi/interface/GEMAMCStatus.h"
0006 
0007 typedef MuonDigiCollection<uint16_t, GEMAMCStatus> GEMAMCStatusCollection;
0008 
0009 #endif