14 #ifndef _Map1Projector_H_
15 #define _Map1Projector_H_
57 virtual void changedNTuple();
60 virtual void addPointReps ();
72 virtual bool inRange (
int row )
const;
77 virtual void setYErrorOption (
bool enable );
82 virtual Range valueRange ( )
const;
90 const std::string & getXLabel()
const;
96 const std::string & getYLabel (
bool density =
false )
const;
103 virtual void prepareValues ();
109 virtual void fillProjectedValues (
DataSource * ntuple,
110 bool in_range =
false )
const;
116 #endif // _Map1Projector_H_
#define MDL_HIPPOPLOT_API
std::string m_x_label
The label for the generated x axis.
An NTupleProjector is a projector that projects data from an DataSource object.
std::string m_y_option
The label for the Y error binding option.
numeric::array clone(numeric::array arr)
The base class for the Projector hierarchy.
Expresses a range of values.
A derived class of NTupleProjector that maps 1 DataSource column to a Y axis of two dimensional proje...
hippodraw::NTupleProjector class interface
Base class for DataSource.