ATLAS Offline Software
Loading...
Searching...
No Matches
ASCIICondDbSvc.cxx File Reference
#include "ASCIICondDbSvc.h"
#include "AthenaKernel/CondCont.h"
#include <boost/tokenizer.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/regex.hpp>
#include <fstream>
Include dependency graph for ASCIICondDbSvc.cxx:

Go to the source code of this file.

Functions

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)

Variables

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*"

Function Documentation

◆ 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 )

Variable Documentation

◆ r_e

const std::string r_e = "\\s*\\{" + r_t + "-" + r_t + "\\}=([0-9]+)\\s*"

Definition at line 16 of file ASCIICondDbSvc.cxx.

◆ r_ef

const std::string r_ef = "\\s*\\{" + r_t + "-" + r_t + "\\}=(-*[0-9]*\\.*[0-9]*)\\s*"

Definition at line 17 of file ASCIICondDbSvc.cxx.

◆ r_r

const std::string r_r = "\\s*\\{" + r_t + "-" + r_t + "\\}\\s*"

Definition at line 15 of file ASCIICondDbSvc.cxx.