8 typedef std::pair<std::string, MonitorElement *>
entry;
9 typedef std::map<std::string, MonitorElement *>
me_map;
void print(std::string name)
print the map into a gif named "name"
me_map get_me_map() const
void add(std::string name, MonitorElement *me_p)
add the ME named "name" to the map
void create_gif(std::string name)
create the gif file
std::pair< std::string, MonitorElement * > entry
std::map< std::string, MonitorElement * > me_map
int operator==(const ME_MAP &other) const
void clean_old(std::string gif_name)
clean old eps and gif files by the same name
me_map mymap
a map of pointers to a subset of the MEs in contents:
void divide_canvas(int num_elements, TCanvas &canvas)
divide the canvas according to the number of elements to display