CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoLocalMuon/GEMRecHit/src/GEMClusterContainer.h

Go to the documentation of this file.
00001 #ifndef RecoLocalMuon_GEMClusterContainer_h
00002 #define RecoLocalMuon_GEMClusterContainer_h
00003 #include <set>
00004 class GEMCluster;
00005 typedef std::set<GEMCluster> GEMClusterContainer;
00006 #endif