1 #ifndef GAUDIUTILS_HISTOLABELS_H 2 #define GAUDIUTILS_HISTOLABELS_H 1 112 GAUDI_API bool setBinLabels( AIDA::IHistogram2D* hist,
const Labels& xlabels,
const Labels& ylabels );
126 GAUDI_API bool setBinLabels( AIDA::IHistogram2D* hist,
const BinLabels& xlabels,
const BinLabels& ylabels );
159 GAUDI_API bool setBinLabels( AIDA::IProfile2D* hist,
const BinLabels& xlabels,
const BinLabels& ylabels );
218 #endif // GAUDIUTILS_HISTOLABELS_H helper namespace to collect useful definitions, types, constants and functions, related to manipulati...
std::vector< BinLabel > BinLabels
Typedef for a list of bin numbers and their associated label.
GAUDI_API bool setAxisLabels(AIDA::IProfile2D *hist, const std::string &xAxis, const std::string &yAxis)
Set the axis labels for the given 2D profile histogram.
GAUDI_API bool setBinLabels(AIDA::IProfile2D *hist, const BinLabels &xlabels, const BinLabels &ylabels)
Set the Bin labels for a given 2D profile histogram.
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.
Helper functions to set/get the application return code.