Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoLocalMuon_GEMRecHit_GEMClusterContainer_h
0002 #define RecoLocalMuon_GEMRecHit_GEMClusterContainer_h
0003 #include <set>
0004 
0005 class GEMCluster;
0006 typedef std::set<GEMCluster> GEMClusterContainer;
0007 #endif