CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/RecoLocalMuon/RPCRecHit/src/RPCClusterContainer.h

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