Definition at line 46 of file AthenaSummarySvc.cxx.
◆ PD() [1/2]
◆ PD() [2/2]
◆ add() [1/4]
◆ add() [2/4]
◆ add() [3/4]
void PD::add |
( |
const string & |
a, |
|
|
const string & |
b |
|
) |
| |
|
inline |
◆ add() [4/4]
◆ dump()
string PD::dump |
( |
| ) |
const |
|
inline |
Definition at line 76 of file AthenaSummarySvc.cxx.
78 map<string,vector<string> >::const_iterator itr;
80 for (itr=
m_dat.begin(); itr !=
m_dat.end(); ++itr) {
81 if (
x.length() > 1) {
x+=
','; }
82 x +=
"\"" + itr->first +
"\":";
83 vector<string>
v = itr->second;
84 if (
v.size() > 1) {
x +=
'['; }
85 for (iv = 0; iv <
v.size(); ++iv) {
86 if (iv > 0) {
x +=
','; }
87 if (
v[iv][0] ==
'{') {
92 x +=
"\"" +
v[iv] +
"\"";
95 if (
v.size() > 1) {
x +=
']'; }
◆ operator const string()
PD::operator const string |
( |
| ) |
const |
|
inline |
◆ ATLAS_THREAD_SAFE
ostringstream m_ofs PD::ATLAS_THREAD_SAFE |
|
staticprivate |
◆ m_dat
map<string, vector<string> > PD::m_dat |
|
private |
The documentation for this class was generated from the following file:
std::pair< int, int > compare(const AmgSymMatrix(N) &m1, const AmgSymMatrix(N) &m2, double precision=1e-9, bool relative=false)
compare two matrices, returns the indices of the first element that fails the condition,...