Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_GEMDigi_GEMVFATStatusCollection_h
0002 #define DataFormats_GEMDigi_GEMVFATStatusCollection_h
0003 
0004 #include "DataFormats/MuonData/interface/MuonDigiCollection.h"
0005 #include "DataFormats/MuonDetId/interface/GEMDetId.h"
0006 #include "DataFormats/GEMDigi/interface/GEMVFATStatus.h"
0007 
0008 typedef MuonDigiCollection<GEMDetId, GEMVFATStatus> GEMVFATStatusCollection;
0009 
0010 #endif