HyperPlot  v1
Bin and visualise multidimensional datasets
Public Member Functions | Protected Attributes | List of all members
HyperBinningPainter Class Reference

Detailed Description

HyperPlot, Author: Sam Harnew, sam.h.nosp@m.arne.nosp@m.w@gma.nosp@m.il.c.nosp@m.om , Date: Dec 2015

Class plotting HyperBinningHistograms of any dimension

Definition at line 30 of file HyperBinningPainter.h.

#include <HyperBinningPainter.h>

Inheritance diagram for HyperBinningPainter:
HyperBinningPainter1D HyperBinningPainter2D

Public Member Functions

 HyperBinningPainter (HyperHistogram *histogram)
 
void useDensity (bool val)
 
virtual void draw (TString path="")
 
virtual ~HyperBinningPainter ()
 

Protected Attributes

HyperHistogram_histogram
 
bool _density
 

Constructor & Destructor Documentation

HyperBinningPainter::HyperBinningPainter ( HyperHistogram histogram)

Construct a HyperBinningPainter for a given HyperBinningHistogram

Definition at line 4 of file HyperBinningPainter.cpp.

HyperBinningPainter::~HyperBinningPainter ( )
virtual

Destructor

Definition at line 83 of file HyperBinningPainter.cpp.

Member Function Documentation

void HyperBinningPainter::draw ( TString  path = "")
virtual

Draw the HyperBinningHistogram

Reimplemented in HyperBinningPainter2D, and HyperBinningPainter1D.

Definition at line 12 of file HyperBinningPainter.cpp.

void HyperBinningPainter::useDensity ( bool  val)
inline

Am I drawing the bin contents or the density?

Definition at line 41 of file HyperBinningPainter.h.

Member Data Documentation

bool HyperBinningPainter::_density
protected

Am I drawing the bin contents or the density?

Definition at line 35 of file HyperBinningPainter.h.

HyperHistogram* HyperBinningPainter::_histogram
protected

Pointer to the HyperBinningHistogram I'm going to plot

Definition at line 34 of file HyperBinningPainter.h.


The documentation for this class was generated from the following files: