4 #ifndef tools_histo_histos
5 #define tools_histo_histos
18 inline void delete_histos(std::vector< std::pair<std::string,void*> >& a_hists) {
19 typedef std::pair<std::string,void*> class_pointer;
22 const std::string& scls = (*it).first;
24 h1d* h = (
h1d*)(*it).second;
28 h2d* h = (
h2d*)(*it).second;
32 h3d* h = (
h3d*)(*it).second;
36 p1d* h = (
p1d*)(*it).second;
40 p2d* h = (
p2d*)(*it).second;