You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [math] missing overloads for addToGlobList
noticed by makortel in root-project#19645 (comment)
TFN's (name,formula, ...) constructors should have an overload similar to these of TF1:
TF1(const char *name, const char *formula, Double_t xmin = 0, Double_t xmax = 1, EAddToList addToGlobList = EAddToList::kDefault, bool vectorize = false);
TF1(const char *name, const char *formula, Double_t xmin, Double_t xmax, Option_t * option); // same as above but using a string for option
These were missed when adding the different overloads on TF2 and TF3
* [nfc] fix docu typos
* [nfc] add comment on purposely swapped max min as suggested by hageboeck
* [hist] Apply clang-format
---------
Co-authored-by: Stephan Hageboeck <stephan.hageboeck@cern.ch>
0 commit comments