MINT2
|
#include <HyperBinningPainter.h>
Public Member Functions | |
HyperBinningPainter (HyperHistogram *histogram) | |
void | useDensity (bool val) |
virtual void | draw (TString path="", TString option="") |
virtual | ~HyperBinningPainter () |
Protected Attributes | |
HyperHistogram * | _histogram |
bool | _density |
HyperPlot, Author: Sam Harnew, sam.h , Date: Dec 2015 arne w@gma il.c om
Class plotting HyperBinningHistograms of any dimension
Definition at line 30 of file HyperBinningPainter.h.
HyperBinningPainter::HyperBinningPainter | ( | HyperHistogram * | histogram | ) |
Construct a HyperBinningPainter for a given HyperBinningHistogram
Definition at line 4 of file HyperBinningPainter.cpp.
|
virtual |
|
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.