|
bool | fill (const std::vector< std::tuple< cond::Time_t, cond::Hash > > &iovs) override |
|
void | fillWithValue (float xvalue, float yvalue, float weight=1) |
|
virtual std::tuple< float, float > | getFromPayload (PayloadType &payload) |
|
| Histogram2D (const std::string &title, const std::string &xLabel, size_t nxbins, float xmin, float xmax, const std::string &yLabel, size_t nybins, float ymin, float ymax) |
|
void | init () override |
|
| ~Histogram2D () override=default |
|
std::shared_ptr< PayloadType > | fetchPayload (const cond::Hash &payloadHash) |
|
| Plot3D (const std::string &type, const std::string &title, const std::string xLabel, const std::string &yLabel, const std::string &zLabel) |
|
std::string | processData (const std::vector< std::tuple< cond::Time_t, cond::Hash > > &iovs) override |
|
std::string | serializeData () |
|
| ~Plot3D () 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) |
|
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>
class cond::payloadInspector::Histogram2D< PayloadType >
Definition at line 497 of file PayloadInspector.h.