|
bool | fill (const std::vector< std::tuple< cond::Time_t, cond::Hash > > &iovs) override |
|
virtual Y | getFromPayload (PayloadType &payload)=0 |
|
| HistoryPlot (const std::string &title, const std::string &yLabel) |
|
| ~HistoryPlot () override=default |
|
std::shared_ptr< PayloadType > | fetchPayload (const cond::Hash &payloadHash) |
|
| Plot2D (const std::string &type, const std::string &title, const std::string xLabel, const std::string &yLabel) |
|
std::string | processData (const std::vector< std::tuple< cond::Time_t, cond::Hash > > &iovs) override |
|
std::string | serializeData () |
|
| ~Plot2D () override=default |
|
std::string | data () const |
|
cond::persistency::Session | dbSession () |
|
template<typename PayloadType > |
std::shared_ptr< PayloadType > | fetchPayload (const cond::Hash &payloadHash) |
|
cond::Tag_t | getTagInfo (const std::string &tag) |
|
virtual void | init () |
|
bool | isSingleIov () const |
|
bool | isTwoTags () const |
|
std::string | payloadType () const |
|
| PlotBase () |
|
bool | process (const std::string &connectionString, const std::string &tag, const std::string &timeType, cond::Time_t begin, cond::Time_t end) |
|
bool | processTwoTags (const std::string &connectionString, const std::string &tag0, const std::string &tag1, cond::Time_t time0, cond::Time_t time1) |
|
void | setSingleIov (bool flag) |
|
void | setTwoTags (bool flag) |
|
std::string | title () const |
|
std::string | type () const |
|
virtual | ~PlotBase ()=default |
|
template<typename PayloadType, typename Y>
class cond::payloadInspector::HistoryPlot< PayloadType, Y >
Definition at line 261 of file PayloadInspector.h.