20 TH1* h =
new TH1D(
"h",
"h", 100, -5., 5.);
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
TVirtualPad * cd(Int_t subpadnumber=0)
Set current canvas & pad.
TH1 * GetCumulative(Bool_t forward=kTRUE, const char *suffix="_cumulative") const
Return a pointer to an histogram containing the cumulative The cumulative can be computed both in the...
virtual Int_t GetNbinsX() const
virtual void SetSeed(UInt_t seed=0)
Set the random generator seed.
virtual Double_t GetEntries() const
return the current number of entries
static Vc_ALWAYS_INLINE Vector< T > abs(const Vector< T > &x)
virtual Double_t * GetIntegral()
Return a pointer to the array of bins integral.
virtual void FillRandom(const char *fname, Int_t ntimes=5000)
Fill histogram following distribution in function fname.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
R__EXTERN TRandom * gRandom
1-D histogram with a double per channel (see TH1 documentation)}
virtual void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0)
Automatic pad generation by division.
virtual void Update()
Update canvas pad buffers.