#include <TStyle.h>
#include <TROOT.h>
#include <TH2.h>
#include <TComplex.h>
#include <TVirtualPad.h>
#include <TCanvas.h>
Go to the source code of this file.
Functions | |
void | mygenerate (double factor, double cen_x, double cen_y) |
void | myexec () |
void | mandelbrot () |
Variables | |
TH2F * | last_histo = NULL |
void mandelbrot | ( | ) |
Definition at line 115 of file mandelbrot.C.
References gPad, gROOT, gStyle, kTRUE, mygenerate(), TStyle::SetPadGridX(), TStyle::SetPadGridY(), TStyle::SetPalette(), and TROOT::SetStyle().
void myexec | ( | ) |
Definition at line 29 of file mandelbrot.C.
References TH1::Draw(), TH2::Fill(), TAxis::GetBinCenter(), TH1::GetNbinsX(), TH1::GetNbinsY(), TH1::GetXaxis(), TAxis::GetXmax(), TAxis::GetXmin(), TH1::GetYaxis(), gPad, last_histo, NULL, TH2F::Reset(), TH1::SetBins(), TH1::SetStats(), x, and y.
Referenced by mandelbrot(), and myexec().
TH2F* last_histo = NULL |