CMS 3D CMS Logo

RPCLBLinkNameParser.h
Go to the documentation of this file.
1 #ifndef CondTools_RPC_RPCLBLinkNameParser_h
2 #define CondTools_RPC_RPCLBLinkNameParser_h
3 
4 #include <string>
5 
7 
9 {
10 public:
11  static void parse(std::string const & name, RPCLBLink & lb_link);
12  static RPCLBLink parse(std::string const & name);
13 };
14 
15 #endif // CondTools_RPC_RPCLBLinkNameParser_h
static void parse(std::string const &name, RPCLBLink &lb_link)