We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b934b01 commit 581544fCopy full SHA for 581544f
math/mathcore/inc/TStatistic.h
@@ -73,6 +73,7 @@ class TStatistic : public TObject {
73
// Print
74
void Print(Option_t * = "") const override;
75
void ls(Option_t *opt = "") const override { Print(opt); }
76
+
77
// Setters
78
void SetName(const char *name) { fName = name; }
79
0 commit comments