CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCClusterContainer.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_RPCClusterContainer_h
2 #define RecoLocalMuon_RPCClusterContainer_h
3 #include <set>
4 class RPCCluster;
5 typedef std::set<RPCCluster> RPCClusterContainer;
6 #endif
std::set< RPCCluster > RPCClusterContainer