|
HyperPlot
v1
Bin and visualise multidimensional datasets
|
HyperPlot, Author: Sam Harnew, sam.harnew@gmail.com , Date: Dec 2015
Class plotting HyperBinningHistograms of any dimension
Definition at line 30 of file HyperBinningPainter.h.
#include <HyperBinningPainter.h>
Public Member Functions | |
| HyperBinningPainter (HyperHistogram *histogram) | |
| void | useDensity (bool val) |
| virtual void | draw (TString path="") |
| virtual | ~HyperBinningPainter () |
Protected Attributes | |
| HyperHistogram * | _histogram |
| bool | _density |
| HyperBinningPainter::HyperBinningPainter | ( | HyperHistogram * | histogram | ) |
Construct a HyperBinningPainter for a given HyperBinningHistogram
Definition at line 4 of file HyperBinningPainter.cpp.
|
virtual |
Destructor
Definition at line 83 of file HyperBinningPainter.cpp.
|
virtual |
Draw the HyperBinningHistogram
Reimplemented in HyperBinningPainter2D, and HyperBinningPainter1D.
Definition at line 12 of file HyperBinningPainter.cpp.
|
inline |
Am I drawing the bin contents or the density?
Definition at line 41 of file HyperBinningPainter.h.
|
protected |
Am I drawing the bin contents or the density?
Definition at line 35 of file HyperBinningPainter.h.
|
protected |
Pointer to the HyperBinningHistogram I'm going to plot
Definition at line 34 of file HyperBinningPainter.h.
1.8.10