15 "\"glbox\" and \"glbox1\" options for TH3.");
24 TH3F *
h31 =
new TH3F(
"h31",
"h31", 10, -1, 1, 10, -1, 1, 10, -1, 1);
26 gxy->SetParameters(1,0,1,0,0.3);
27 h31->FillRandom(
"gaus2");
32 TH3F *
h32 =
new TH3F(
"h32",
"h32", 10, -2, 2, 10, -1, 1, 10, -3, 3);
33 TF3 *
g3 =
new TF3(
"gaus3",
"xyzgaus");
34 g3->SetParameters(1,0,1,0,1,0,1);
35 h32->FillRandom(
"gaus3");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TStyle * gStyle
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
A 3-Dim function with parameters.
3-D histogram with a float per channel (see TH1 documentation)
The most important graphics class in the ROOT system.
A Pave (see TPave) with a text centered in the Pave.
void Draw(Option_t *option="") override
Draw this pavelabel with its current attributes.
void SetCanvasPreferGL(Bool_t prefer=kTRUE)