Skip to content

Commit c74a9c9

Browse files
authored
[hist] also mention TF2/TF3 init options
1 parent b842550 commit c74a9c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hist/hist/src/TH1.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,6 +3877,7 @@ TObject *TH1::FindObject(const TObject *obj) const
38773877
/// For printing the list of all available functions do:
38783878
///
38793879
/// TF1::InitStandardFunctions(); // not needed if `gROOT->GetFunction` is called before
3880+
/// TF2::InitStandardFunctions(); TF3::InitStandardFunctions(); // For 2D or 3D
38803881
/// gROOT->GetListOfFunctions()->ls()
38813882
///
38823883
/// `fname` can also be a formula that is accepted by the linear fitter containing the special operator `++`,

0 commit comments

Comments
 (0)