32 typedef std::vector<std::string>
Labels;
34 typedef std::pair<unsigned, std::string>
BinLabel;
178 GAUDI_API bool setAxisLabels( AIDA::IHistogram1D* hist,
const std::string& xAxis,
const std::string& yAxis );
190 GAUDI_API bool setAxisLabels( AIDA::IProfile1D* hist,
const std::string& xAxis,
const std::string& yAxis );
204 GAUDI_API bool setAxisLabels( AIDA::IHistogram2D* hist,
const std::string& xAxis,
const std::string& yAxis );
216 GAUDI_API bool setAxisLabels( AIDA::IProfile2D* hist,
const std::string& xAxis,
const std::string& yAxis );
Collection of useful utilities for manipulations with AIDA hisgograms.
std::vector< BinLabel > BinLabels
Typedef for a list of bin numbers and their associated label.
std::vector< std::string > Labels
Typedef for a list of labels.
std::pair< unsigned, std::string > BinLabel
Typedef for a bin number and its associated label.
GAUDI_API bool setBinLabels(AIDA::IHistogram1D *hist, const Labels &labels)
Set the Bin labels for a given 1D histogram.
GAUDI_API bool setAxisLabels(AIDA::IHistogram1D *hist, const std::string &xAxis, const std::string &yAxis)
Set the axis labels for the given 1D histogram.
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...