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 public:
10  static void parse(std::string const& name, RPCLBLink& lb_link);
11  static RPCLBLink parse(std::string const& name);
12 };
13 
14 #endif // CondTools_RPC_RPCLBLinkNameParser_h
static void parse(std::string const &name, RPCLBLink &lb_link)