16 TH3F *
h1 =
new TH3F(
"h1",
"h1", 10, -1., 1., 10, -1., 1., 10, -1., 1.);
19 TH3F * h2 =
new TH3F(
"h2",
"h2", 10, -1., 1., 10, -1., 1., 10, -1., 1.);
22 TH3F * h3 =
new TH3F(
"h3",
"h3", 10, -1., 1., 10, -1., 1., 10, -1., 1.);
virtual void FillRandom(const char *fname, Int_t ntimes=5000)
Fill histogram following distribution in function fname.
tomato 3-D histogram with a float per channel (see TH1 documentation)}
R__EXTERN TStyle * gStyle
void SetCanvasPreferGL(Bool_t prefer=kTRUE)
A Pave (see TPave) with a text centered in the Pave.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void Draw(Option_t *option="")
Draw this pavelabel with its current attributes.
THist< 3, float, THistStatContent, THistStatUncertainty > TH3F
void AddTH3(const TH3 *hist, ETH3BinShape shape=kBox)
Add TH3 into collection.