2 #ifndef RIVET_HistoFormat_HH
3 #define RIVET_HistoFormat_HH
5 #include "Rivet/Rivet.hh"
24 hfmap[AIDAML] =
"AIDA";
36 for (HistoFormatMap::const_iterator hf = hfmap.begin(); hf != hfmap.end(); ++hf) {
37 hfmapr[hf->second] = hf->first;
52 for (HistoFormatMap::const_iterator hf = hfmap.begin(); hf != hfmap.end(); ++hf) {
53 names.push_back(hf->first);
63 for (HistoFormatMap::const_iterator hf = hfmap.begin(); hf != hfmap.end(); ++hf) {
64 names.push_back(hf->second);