1 #ifndef GAUDIUTILS_HISTOLABELS_H 2 #define GAUDIUTILS_HISTOLABELS_H 1 50 const Labels& labels ) ;
64 const BinLabels& labels ) ;
83 const Labels& labels ) ;
97 const BinLabels & labels ) ;
117 const Labels& xlabels,
118 const Labels& ylabels ) ;
133 const BinLabels& xlabels,
134 const BinLabels& ylabels ) ;
154 const Labels& xlabels,
155 const Labels& ylabels ) ;
170 const BinLabels& xlabels,
171 const BinLabels& ylabels ) ;
239 #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.