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 8429baa commit b934b01Copy full SHA for b934b01
math/mathcore/inc/TStatistic.h
@@ -73,6 +73,8 @@ class TStatistic : public TObject {
73
// Print
74
void Print(Option_t * = "") const override;
75
void ls(Option_t *opt = "") const override { Print(opt); }
76
+ // Setters
77
+ void SetName(const char *name) { fName = name; }
78
79
ClassDefOverride(TStatistic,3) // Named statistical variable
80
};
0 commit comments