#include "Rivet/Rivet.hh"
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Typedefs | |
typedef std::map< HistoFormat, std::string > | HistoFormatMap |
Typedef for a map of histogram format enums to strings. | |
typedef std::map< std::string, HistoFormat > | HistoFormatMapR |
Typedef for a map of histogram format name strings to enums. | |
typedef std::vector< HistoFormat > | HistoFormatList |
Typedef for a collection of histogram format name enums. | |
Enumerations | |
enum | HistoFormat { AIDAML, FLAT, ROOT } |
Enumeration of available histogram output formats. More... | |
Functions | |
HistoFormatMap | getKnownHistoFormats () |
Function which returns a map from histogram format enums to the corresponding name strings. | |
HistoFormatMapR | getKnownHistoFormatsR () |
Function which returns a map from histogram format name strings to the corresponding enums. | |
HistoFormatList | getKnownHistoFormatEnums () |
std::vector< std::string > | getKnownHistoFormatNames () |
Function which returns a vector of all the histogram format name strings. |