rivet is hosted by Hepforge, IPPP Durham
HistoFormat.hh File Reference
#include "Rivet/Rivet.hh"
Include dependency graph for HistoFormat.hh:
This graph shows which files directly or indirectly include this file:

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 { YODA, 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.