15 "\"glbox\" and \"glbox1\" options for TH3.");
19 TPad *boxPad =
new TPad(
"box",
"box", 0.02, 0.02, 0.48, 0.82);
20 TPad *box1Pad =
new TPad(
"box1",
"box1", 0.52, 0.02, 0.98, 0.82);
24 TH3F *h31 =
new TH3F(
"h31",
"h31", 10, -1, 1, 10, -1, 1, 10, -1, 1);
30 TH3F *h32 =
new TH3F(
"h32",
"h32", 10, -2, 2, 10, -1, 1, 10, -3, 3);
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
TVirtualPad * cd(Int_t subpadnumber=0)
Set Current pad.
virtual void Draw(Option_t *option="")
Draw Pad in Current pad (re-parent pad if necessary).
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.
The most important graphics class in the ROOT system.
virtual void Draw(Option_t *option="")
Draw this pavelabel with its current attributes.
THist< 3, float, THistStatContent, THistStatUncertainty > TH3F