The Gaudi Framework  v29r0 (ff2e7097)
HistoLabels.h File Reference
#include <string>
#include <utility>
#include <vector>
#include "GaudiKernel/Kernel.h"
Include dependency graph for HistoLabels.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AIDA
 GaudiKernel.
 
 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Utils
 
 Gaudi::Utils::Histos
 Collection of useful utilities for manipulations with AIDA hisgograms.
 

Typedefs

typedef std::vector< std::stringGaudi::Utils::Histos::Labels
 Typedef for a list of labels. More...
 
typedef std::pair< unsigned, std::stringGaudi::Utils::Histos::BinLabel
 Typedef for a bin number and its associated label. More...
 
typedef std::vector< BinLabel > Gaudi::Utils::Histos::BinLabels
 Typedef for a list of bin numbers and their associated label. More...
 

Functions

GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IHistogram1D *hist, const Labels &labels)
 Set the Bin labels for a given 1D histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IHistogram1D *hist, const BinLabels &labels)
 Set the Bin labels for a given 1D histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IProfile1D *hist, const Labels &labels)
 Set the Bin labels for a given 1D profile histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IProfile1D *hist, const BinLabels &labels)
 Set the Bin labels for a given 1D profile histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IHistogram2D *hist, const Labels &xlabels, const Labels &ylabels)
 Set the Bin labels for a given 2D histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IHistogram2D *hist, const BinLabels &xlabels, const BinLabels &ylabels)
 Set the Bin labels for a given 2D histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IProfile2D *hist, const Labels &xlabels, const Labels &ylabels)
 Set the Bin labels for a given 2D profile histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setBinLabels (AIDA::IProfile2D *hist, const BinLabels &xlabels, const BinLabels &ylabels)
 Set the Bin labels for a given 2D profile histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setAxisLabels (AIDA::IHistogram1D *hist, const std::string &xAxis, const std::string &yAxis)
 Set the axis labels for the given 1D histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setAxisLabels (AIDA::IProfile1D *hist, const std::string &xAxis, const std::string &yAxis)
 Set the axis labels for the given 1D profile histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setAxisLabels (AIDA::IHistogram2D *hist, const std::string &xAxis, const std::string &yAxis)
 Set the axis labels for the given 2D histogram. More...
 
GAUDI_API bool Gaudi::Utils::Histos::setAxisLabels (AIDA::IProfile2D *hist, const std::string &xAxis, const std::string &yAxis)
 Set the axis labels for the given 2D profile histogram. More...