16 auto h31 =
new TH3F(
"h31",
"h31", 20, -3, 3, 20, -3, 3, 20, -3, 3);
17 auto gxy =
new TF3(
"gaus2",
"xygaus");
18 gxy->SetParameters(1, 0, 1, 0, 0.3);
19 h31->FillRandom(
"gaus2");
23 x->SetPlot(h31,
"glbox");
24 x->RefMainTrans().Scale(800, 800, 1000);
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.
Description of TEvePlot3D.
static void Macro(const char *mac)
Execute macro 'mac'. Do not reload the macro.
3-D histogram with a float per channel (see TH1 documentation)
constexpr Double_t PiOver2()