Skip to content

Commit

Permalink
remove complex-arg context menu functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored and dpiparo committed Nov 14, 2024
1 parent 156bc0c commit 64eea7e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions root/meta/MemberComments.ref
Original file line number Diff line number Diff line change
Expand Up @@ -578,18 +578,12 @@ OBJ: TList TList Doubly linked list : 0

TH1::Class()->GetMenuItems():
OBJ: TList TList Doubly linked list : 0
OBJ: TMethod Add *MENU* : 0
Bool_t TH1::Add(const TH1* h, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1)
OBJ: TMethod Divide *MENU* : 0
Bool_t TH1::Divide(const TH1* h1, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1, Option_t* option = "")
OBJ: TMethod DrawPanel *MENU* : 0
void TH1::DrawPanel()
OBJ: TMethod Fit *MENU* : 0
TFitResultPtr TH1::Fit(const char* formula, Option_t* option = "", Option_t* goption = "", Double_t xmin = 0, Double_t xmax = 0)
OBJ: TMethod FitPanel *MENU* : 0
void TH1::FitPanel()
OBJ: TMethod Multiply *MENU* : 0
Bool_t TH1::Multiply(const TH1* h1, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1, Option_t* option = "")
OBJ: TMethod Rebin *MENU* : 0
TH1* TH1::Rebin(Int_t ngroup = 2, const char* newname = "", const Double_t* xbins = nullptr)
OBJ: TMethod Scale *MENU* : 0
Expand Down
4 changes: 0 additions & 4 deletions root/meta/MemberComments_win32.ref
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,6 @@ OBJ: TList TList Doubly linked list : 0

TH1::Class()->GetMenuItems():
OBJ: TList TList Doubly linked list : 0
OBJ: TMethod Add *MENU* : 0
Bool_t TH1::Add(const TH1* h, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1)
OBJ: TMethod Divide *MENU* : 0
Bool_t TH1::Divide(const TH1* h1, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1, Option_t* option = "")
OBJ: TMethod DrawPanel *MENU* : 0
Expand All @@ -588,8 +586,6 @@ OBJ: TList TList Doubly linked list : 0
TFitResultPtr TH1::Fit(const char* formula, Option_t* option = "", Option_t* goption = "", Double_t xmin = 0, Double_t xmax = 0)
OBJ: TMethod FitPanel *MENU* : 0
void TH1::FitPanel()
OBJ: TMethod Multiply *MENU* : 0
Bool_t TH1::Multiply(const TH1* h1, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1, Option_t* option = "")
OBJ: TMethod Rebin *MENU* : 0
TH1* TH1::Rebin(Int_t ngroup = 2, const char* newname = "", const Double_t* xbins = nullptr)
OBJ: TMethod Scale *MENU* : 0
Expand Down
6 changes: 0 additions & 6 deletions root/meta/MemberComments_win64.ref
Original file line number Diff line number Diff line change
Expand Up @@ -578,18 +578,12 @@ OBJ: TList TList Doubly linked list : 0

TH1::Class()->GetMenuItems():
OBJ: TList TList Doubly linked list : 0
OBJ: TMethod Add *MENU* : 0
Bool_t TH1::Add(const TH1* h, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1)
OBJ: TMethod Divide *MENU* : 0
Bool_t TH1::Divide(const TH1* h1, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1, Option_t* option = "")
OBJ: TMethod DrawPanel *MENU* : 0
void TH1::DrawPanel()
OBJ: TMethod Fit *MENU* : 0
TFitResultPtr TH1::Fit(const char* formula, Option_t* option = "", Option_t* goption = "", Double_t xmin = 0, Double_t xmax = 0)
OBJ: TMethod FitPanel *MENU* : 0
void TH1::FitPanel()
OBJ: TMethod Multiply *MENU* : 0
Bool_t TH1::Multiply(const TH1* h1, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1, Option_t* option = "")
OBJ: TMethod Rebin *MENU* : 0
TH1* TH1::Rebin(Int_t ngroup = 2, const char* newname = "", const Double_t* xbins = nullptr)
OBJ: TMethod Scale *MENU* : 0
Expand Down

0 comments on commit 64eea7e

Please sign in to comment.