34int main(
int argc,
char **argv)
57 JParser<> zap(
"Main program to print quality data from data base.");
65 zap[
'S'] =
make_field(source,
"GIT versions") = getGITTags(
TRegexp(
"v[0-9]*\\.[0-9]*\\.[0-9]*$"), JGITTags_t::key_type(
"2019-04-12"));
73 catch(
const exception &error) {
94 for (
JRuns parameters; rs >> parameters; ) {
95 if (TString(parameters.RUNSETUPNAME.c_str()).Contains(
regexp)) {
113 selector.add(&JRunSummaryNumbers::SOURCE_NAME, *git);
120 if (
setups.count(parameters.RUN) != 0) {
121 zmap[parameters.RUN].insert(
make_pair(parameters.PARAMETER_NAME, parameters.DATA_VALUE));
127 catch(
const exception& error) {}
129 for (map_type::const_iterator run = zmap.begin(); run != zmap.end(); ++run) {
139 for (data_type::const_iterator i = run->second.begin(); i != run->second.end(); ++i) {
140 quality.put(i->first, i->second);
147 catch(
const exception& error) {