#define ClassDefOverride(name, id)
 
Array of floats (32 bits per element).
 
TH1K class supports the nearest K Neighbours method, widely used in cluster analysis.
 
~TH1K() override
Destructor.
 
Double_t GetBinContent(Int_t bin, Int_t, Int_t) const override
 
Double_t GetBinError(Int_t bin) const override
Return content of global bin error.
 
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out Note the following restrictions in the code...
 
Double_t RetrieveBinContent(Int_t bin) const override
Raw retrieval of bin content on internal data structure see convention for numbering bins in TH1::Get...
 
Int_t Fill(Double_t x, Double_t w) override
Increment bin with abscissa X with a weight w.
 
Double_t GetBinError(Int_t bin, Int_t, Int_t) const override
 
Int_t Fill(const char *name, Double_t w) override
Increment bin with namex with a weight w.
 
Int_t Fill(Double_t x) override
Increment bin with abscissa X by 1.
 
void Copy(TObject &obj) const override
Copy this histogram structure to newth1.
 
Double_t GetBinError(Int_t bin, Int_t) const override
 
Double_t GetBinContent(Int_t bin) const override
Return content of global bin number bin.
 
Double_t GetBinContent(Int_t bin, Int_t) const override
 
TH1 is the base class of all histogram classes in ROOT.
 
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
 
Mother of all ROOT objects.