Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:12

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