Classes | |
class | Histogram1D |
class | Histogram2D |
class | HistoryPlot |
struct | ModuleVersion |
class | Plot2D |
class | Plot3D |
struct | PlotAnnotations |
class | PlotBase |
class | PlotImage |
class | RunHistoryPlot |
class | ScatterPlot |
class | TimeHistoryPlot |
Functions | |
template<typename X , typename Y > | |
std::string | serialize (const PlotAnnotations &annotations, const std::vector< std::tuple< X, Y > > &data) |
template<typename X , typename Y , typename Z > | |
std::string | serialize (const PlotAnnotations &annotations, const std::vector< std::tuple< X, Y, Z > > &data) |
std::string | serialize (const PlotAnnotations &annotations, const std::string &imageFileName) |
std::string | serializeAnnotations (const PlotAnnotations &annotations) |
template<typename V > | |
std::string | serializeValue (const std::string &entryLabel, const V &value) |
template<> | |
std::string | serializeValue (const std::string &entryLabel, const std::string &value) |
template<typename V > | |
std::string | serializeValue (const std::string &entryLabel, const std::tuple< V, std::string > &value) |
template<typename V > | |
std::string | serializeValue (const std::string &entryLabel, const std::pair< V, V > &value) |
Variables | |
static const char *const | JSON_FORMAT_VERSION = "1.0" |
std::string cond::payloadInspector::serialize | ( | const PlotAnnotations & | annotations, |
const std::vector< std::tuple< X, Y > > & | data | ||
) |
Definition at line 82 of file PayloadInspector.h.
References edmIntegrityCheck::d, data, plotBeamSpotDB::first, serializeAnnotations(), and serializeValue().
Referenced by cond::payloadInspector::Plot2D< PayloadType, float, float >::serializeData(), cond::payloadInspector::Plot3D< PayloadType, float, float, float >::serializeData(), and cond::payloadInspector::PlotImage< PayloadType >::serializeData().
std::string cond::payloadInspector::serialize | ( | const PlotAnnotations & | annotations, |
const std::vector< std::tuple< X, Y, Z > > & | data | ||
) |
Definition at line 100 of file PayloadInspector.h.
References edmIntegrityCheck::d, data, plotBeamSpotDB::first, serializeAnnotations(), and serializeValue().
std::string cond::payloadInspector::serialize | ( | const PlotAnnotations & | annotations, |
const std::string & | imageFileName | ||
) |
Definition at line 118 of file PayloadInspector.h.
References serializeAnnotations().
std::string cond::payloadInspector::serializeAnnotations | ( | const PlotAnnotations & | annotations | ) |
Definition at line 68 of file PayloadInspector.h.
References a, plotBeamSpotDB::first, and cond::payloadInspector::PlotAnnotations::m.
Referenced by serialize().
std::string cond::payloadInspector::serializeValue | ( | const std::string & | entryLabel, |
const V & | value | ||
) |
Definition at line 38 of file PayloadInspector.h.
References relativeConstraints::value.
Referenced by serialize(), and serializeValue().
std::string cond::payloadInspector::serializeValue | ( | const std::string & | entryLabel, |
const std::string & | value | ||
) |
Definition at line 44 of file PayloadInspector.h.
std::string cond::payloadInspector::serializeValue | ( | const std::string & | entryLabel, |
const std::tuple< V, std::string > & | value | ||
) |
Definition at line 51 of file PayloadInspector.h.
References serializeValue(), and relativeConstraints::value.
std::string cond::payloadInspector::serializeValue | ( | const std::string & | entryLabel, |
const std::pair< V, V > & | value | ||
) |
Definition at line 60 of file PayloadInspector.h.
References serializeValue().
|
static |
Definition at line 35 of file PayloadInspector.h.