#include "ASCIICondDbSvc.h"
#include "AthenaKernel/CondCont.h"
#include <boost/tokenizer.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/regex.hpp>
#include <fstream>
Go to the source code of this file.
|
| const std::string | r_t ("\\[([0-9]+),([0-9]+)\\]") |
| const boost::regex | rr (r_r) |
| const boost::regex | re (r_e) |
| const boost::regex | ref (r_ef) |
|
| const std::string | r_r = "\\s*\\{" + r_t + "-" + r_t + "\\}\\s*" |
| const std::string | r_e = "\\s*\\{" + r_t + "-" + r_t + "\\}=([0-9]+)\\s*" |
| const std::string | r_ef = "\\s*\\{" + r_t + "-" + r_t + "\\}=(-*[0-9]*\\.*[0-9]*)\\s*" |
◆ r_t()
| const std::string r_t |
( |
"\\+ | [([0-9] | ) |
|
◆ re()
| const boost::regex re |
( |
r_e | | ) |
|
◆ ref()
| const boost::regex ref |
( |
r_ef | | ) |
|
◆ rr()
| const boost::regex rr |
( |
r_r | | ) |
|
◆ r_e
| const std::string r_e = "\\s*\\{" + r_t + "-" + r_t + "\\}=([0-9]+)\\s*" |
◆ r_ef
| const std::string r_ef = "\\s*\\{" + r_t + "-" + r_t + "\\}=(-*[0-9]*\\.*[0-9]*)\\s*" |
◆ r_r
| const std::string r_r = "\\s*\\{" + r_t + "-" + r_t + "\\}\\s*" |