#include <Operations.h>
Static Public Member Functions | |
static double | avg (std::vector< double >) |
static std::string | cat (const std::vector< std::string > &) |
static std::string | histo (const std::vector< std::string > &) |
static std::string | same (const std::vector< std::string > &) |
static double | sum (std::vector< double >) |
Static Public Attributes | |
static const std::string | AVG = "avg" |
static const std::string | CAT = "cat" |
static const std::string | HISTO = "histo" |
static const std::string | SAME = "same" |
static const std::string | SUM = "sum" |
Definition at line 16 of file Operations.h.
|
static |
Definition at line 30 of file Operations.cc.
References sum().
Referenced by jsoncollector::ObjectMerger::applyOperation().
|
static |
Definition at line 80 of file Operations.cc.
References i.
Referenced by jsoncollector::ObjectMerger::applyOperation().
|
static |
Definition at line 42 of file Operations.cc.
References i, jsoncollector::Utils::intArrayToString(), j, reco_skim_cfg_mod::maxSize, findQualityFiles::size, and jsoncollector::Utils::stringToIntArray().
Referenced by jsoncollector::ObjectMerger::applyOperation().
|
static |
Definition at line 34 of file Operations.cc.
References i, and jsoncollector::Utils::matchExactly().
Referenced by jsoncollector::ObjectMerger::applyOperation().
|
static |
Definition at line 23 of file Operations.cc.
References i.
Referenced by jsoncollector::ObjectMerger::applyOperation(), and avg().
|
static |
Definition at line 32 of file Operations.h.
Referenced by jsoncollector::ObjectMerger::applyOperation().
|
static |
Definition at line 35 of file Operations.h.
Referenced by jsoncollector::ObjectMerger::applyOperation().
|
static |
Definition at line 34 of file Operations.h.
Referenced by jsoncollector::ObjectMerger::applyOperation(), jsoncollector::ObjectMerger::csvToJson(), and jsoncollector::ObjectMerger::merge().
|
static |
Definition at line 33 of file Operations.h.
Referenced by jsoncollector::ObjectMerger::applyOperation().
|
static |
Definition at line 31 of file Operations.h.
Referenced by jsoncollector::ObjectMerger::applyOperation().