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;
51 const Labels& labels ) ;
65 const BinLabels& labels ) ;
84 const Labels& labels ) ;
98 const BinLabels & labels ) ;
118 const Labels& xlabels,
119 const Labels& ylabels ) ;
134 const BinLabels& xlabels,
135 const BinLabels& ylabels ) ;
155 const Labels& xlabels,
156 const Labels& ylabels ) ;
171 const BinLabels& xlabels,
172 const BinLabels& ylabels ) ;
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
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::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.
Helper functions to set/get the application return code.