00001 #ifndef RecoLocalMuon_RPCClusterContainer_h 00002 #define RecoLocalMuon_RPCClusterContainer_h 00003 #include <set> 00004 class RPCCluster; 00005 typedef std::set<RPCCluster> RPCClusterContainer; 00006 #endif