#include <ME_MAP.h>
Public Member Functions | |
void | add (std::string name, MonitorElement *me_p) |
add the ME named "name" to the map More... | |
void | clean_old (std::string gif_name) |
clean old eps and gif files by the same name More... | |
void | clear () |
void | create_gif (std::string name) |
create the gif file More... | |
void | divide_canvas (int num_elements, TCanvas &canvas) |
divide the canvas according to the number of elements to display More... | |
me_map | get_me_map () const |
ME_MAP () | |
int | operator== (const ME_MAP &other) const |
void | print (std::string name) |
print the map into a gif named "name" More... | |
~ME_MAP () | |
Protected Attributes | |
me_map | mymap |
a map of pointers to a subset of the MEs in contents: More... | |
|
inline |
Definition at line 20 of file ME_MAP.h.
References mymap.
void ME_MAP::add | ( | std::string | name, |
MonitorElement * | me_p | ||
) |
add the ME named "name" to the map
Definition at line 9 of file ME_MAP.cc.
References mymap.
Referenced by WebInterface::DrawGif().
void ME_MAP::clean_old | ( | std::string | gif_name | ) |
|
inline |
Definition at line 55 of file ME_MAP.h.
References mymap.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
void ME_MAP::create_gif | ( | std::string | name | ) |
create the gif file
Definition at line 55 of file ME_MAP.cc.
References svgfig::canvas(), create_public_lumi_plots::color, edmPickEvents::command, divide_canvas(), i, mymap, and mergeVDriftHistosByStation::name.
Referenced by print().
void ME_MAP::divide_canvas | ( | int | num_elements, |
TCanvas & | canvas | ||
) |
divide the canvas according to the number of elements to display
Definition at line 37 of file ME_MAP.cc.
References tablePrinter::rows, and mathSSE::sqrt().
Referenced by create_gif().
|
inline |
Definition at line 27 of file ME_MAP.h.
References mymap.
Referenced by operator==().
|
inline |
void ME_MAP::print | ( | std::string | name | ) |
print the map into a gif named "name"
remove the ME named "name" from the map void remove(std::string name);
Definition at line 23 of file ME_MAP.cc.
References clean_old(), and create_gif().
Referenced by WebInterface::printMap().
|
protected |
a map of pointers to a subset of the MEs in contents:
Definition at line 16 of file ME_MAP.h.
Referenced by add(), clear(), create_gif(), get_me_map(), and ME_MAP().