14 #ifndef _DyHist1DProjector_H_
15 #define _DyHist1DProjector_H_
56 virtual void execute();
62 virtual void changedNTuple();
89 virtual const std::string & getYLabel (
bool density =
false )
const;
94 virtual bool isAxisBinned (
const std::string & axis )
const;
110 virtual void update (
const Observable *
object );
117 virtual void willDelete (
const Observable *
object );
120 virtual int getUnderflow ()
const;
123 virtual int getOverflow ()
const;
130 #endif // _DyHist1DProjector_H_
#define MDL_HIPPOPLOT_API
Part of an implementation of the Observable-Observer pattern based on the example in the GOF Patterns...
A derived class of BinningProjector that implements the member function common to classes implementin...
An NTupleProjector is a projector that projects data from an DataSource object.
A derived class of BinningProjector that projects a column of data into a one dimensional histogram...
numeric::array clone(numeric::array arr)
The base class for the Projector hierarchy.
Expresses a range of values.
bool m_fixed
Sets true if the bins are disconnected from the data source and are, thus, fixed. ...
hippodraw::NTupleProjector class interface
Hist1DProjImp class interface.