X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2FAliSample.h;h=d9c960fee2dde1f76383a079c1e5d6a867ec0880;hb=94d260cf1dfc6f161d41aa8a46cafeac92b4cbf7;hp=1f30c3405ac9254fcf84e71abfb69a9dcc549232;hpb=6516b62d14050353cbc6a3fcdd128de88700b2db;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliSample.h b/RALICE/AliSample.h index 1f30c3405ac..d9c960fee2d 100644 --- a/RALICE/AliSample.h +++ b/RALICE/AliSample.h @@ -6,7 +6,6 @@ // $Id$ #include -#include #include "Rtypes.h" @@ -22,17 +21,17 @@ class AliSample void Remove(Float_t x, Float_t y); // Remove value from 2-dim. sample void Enter(Float_t x, Float_t y, Float_t z); // Enter value for 3-dim. sample void Remove(Float_t x, Float_t y, Float_t z); // Remove value from 3-dim. sample - Int_t GetDimension(); // Provide dimension of the sample - Int_t GetN(); // Provide the number of entries - Float_t GetSum(Int_t i); // Provide sum for i-th variable - Float_t GetMean(Int_t i); // Provide mean for i-th variable - Float_t GetVar(Int_t i); // Provide variance for i-th variable - Float_t GetSigma(Int_t i); // Standard deviation for i-th variable - Float_t GetCov(Int_t i, Int_t j); // Covariance for i-th and j-th variable - Float_t GetCor(Int_t i, Int_t j); // Correlation for i-th and j-th variable - void Info(); // Stat. info for the complete sample - void Info(Int_t i); // Stat. info for the i-th variable - void Info(Int_t i, Int_t j); // Stat. info for i-th and j-th variable + Int_t GetDimension() const; // Provide dimension of the sample + Int_t GetN() const; // Provide the number of entries + Float_t GetSum(Int_t i) const; // Provide sum for i-th variable + Float_t GetMean(Int_t i) const; // Provide mean for i-th variable + Float_t GetVar(Int_t i) const; // Provide variance for i-th variable + Float_t GetSigma(Int_t i) const; // Standard deviation for i-th variable + Float_t GetCov(Int_t i, Int_t j) const; // Covariance for i-th and j-th variable + Float_t GetCor(Int_t i, Int_t j) const; // Correlation for i-th and j-th variable + void Data() const; // Stat. info for the complete sample + void Data(Int_t i) const; // Stat. info for the i-th variable + void Data(Int_t i, Int_t j) const; // Stat. info for i-th and j-th variable private: Int_t fDim; // Dimension of the sample