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.
2 parents b21360a + 0732ed7 commit 14fd2e0Copy full SHA for 14fd2e0
Validation/RecoParticleFlow/interface/NicePlot.h
@@ -4,7 +4,13 @@
4
#include <TH1.h>
5
#include <TPad.h>
6
7
-class Style : public TH1 {};
+class Style : public TH1 {
8
+private:
9
+ void AddBinContent(Int_t) override {}
10
+ void AddBinContent(Int_t, Double_t) override {}
11
+ Double_t RetrieveBinContent(Int_t) const override { return 0.; }
12
+ void UpdateBinContent(Int_t, Double_t) override {}
13
+};
14
15
class Styles {
16
public:
0 commit comments