@@ -8904,7 +8904,7 @@ Double_t TH1::GetBinErrorUp(Int_t bin) const
8904
8904
// L.M. These following getters are useless and should be probably deprecated
8905
8905
// //////////////////////////////////////////////////////////////////////////////
8906
8906
// / Return bin center for 1D histogram.
8907
- // / Better to use h1.GetXaxis(). GetBinCenter(bin)
8907
+ // / Better to use h1.GetXaxis()-> GetBinCenter(bin)
8908
8908
8909
8909
Double_t TH1::GetBinCenter (Int_t bin) const
8910
8910
{
@@ -8915,7 +8915,7 @@ Double_t TH1::GetBinCenter(Int_t bin) const
8915
8915
8916
8916
// //////////////////////////////////////////////////////////////////////////////
8917
8917
// / Return bin lower edge for 1D histogram.
8918
- // / Better to use h1.GetXaxis(). GetBinLowEdge(bin)
8918
+ // / Better to use h1.GetXaxis()-> GetBinLowEdge(bin)
8919
8919
8920
8920
Double_t TH1::GetBinLowEdge (Int_t bin) const
8921
8921
{
@@ -8926,7 +8926,7 @@ Double_t TH1::GetBinLowEdge(Int_t bin) const
8926
8926
8927
8927
// //////////////////////////////////////////////////////////////////////////////
8928
8928
// / Return bin width for 1D histogram.
8929
- // / Better to use h1.GetXaxis(). GetBinWidth(bin)
8929
+ // / Better to use h1.GetXaxis()-> GetBinWidth(bin)
8930
8930
8931
8931
Double_t TH1::GetBinWidth (Int_t bin) const
8932
8932
{
@@ -8937,7 +8937,7 @@ Double_t TH1::GetBinWidth(Int_t bin) const
8937
8937
8938
8938
// //////////////////////////////////////////////////////////////////////////////
8939
8939
// / Fill array with center of bins for 1D histogram
8940
- // / Better to use h1.GetXaxis(). GetCenter(center)
8940
+ // / Better to use h1.GetXaxis()-> GetCenter(center)
8941
8941
8942
8942
void TH1::GetCenter (Double_t *center) const
8943
8943
{
@@ -8950,7 +8950,7 @@ void TH1::GetCenter(Double_t *center) const
8950
8950
8951
8951
// //////////////////////////////////////////////////////////////////////////////
8952
8952
// / Fill array with low edge of bins for 1D histogram
8953
- // / Better to use h1.GetXaxis(). GetLowEdge(edge)
8953
+ // / Better to use h1.GetXaxis()-> GetLowEdge(edge)
8954
8954
8955
8955
void TH1::GetLowEdge (Double_t *edge) const
8956
8956
{
0 commit comments