2 #ifndef GAUDIUTILS_HISTOLABELS_H
3 #define GAUDIUTILS_HISTOLABELS_H 1
28 typedef std::vector<std::string>
Labels;
30 typedef std::pair<unsigned,std::string>
BinLabel;
187 const std::string & xAxis,
188 const std::string & yAxis ) ;
201 const std::string & xAxis,
202 const std::string & yAxis ) ;
217 const std::string & xAxis,
218 const std::string & yAxis ) ;
231 const std::string & xAxis,
232 const std::string & yAxis ) ;
240 #endif // GAUDIUTILS_HISTOLABELS_H
std::vector< BinLabel > BinLabels
Typedef for a list of bin numbers and their associated label.
GAUDI_API bool setAxisLabels(AIDA::IHistogram1D *hist, const std::string &xAxis, const std::string &yAxis)
Set the axis labels for the given 1D histogram.
std::vector< std::string > Labels
Typedef for a list of labels.
GAUDI_API bool setBinLabels(AIDA::IHistogram1D *hist, const Labels &labels)
Set the Bin labels for a given 1D histogram.
std::pair< unsigned, std::string > BinLabel
Typedef for a bin number and its associated label.
This is a number of static methods for bootstrapping the Gaudi framework.