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