#include <DyHist2DProjector.h>
Inheritance diagram for DyHist2DProjector:


A NTuple is created with projected values for presentation to clients.
Paul F. Kunz <Paul_Kunz@slac.stanford.edu>
Sanket B. Malde <sanket@slac.stanford.edu>
Matan Shacham <matan@slac.stanford.edu>
Oded Wurman <owurman@stanford.edu>
Definition at line 31 of file DyHist2DProjector.h.
Public Types | |
| typedef void(hippodraw::Observer::* | Action )(const Observable *) |
| The member function of the Observer that is called. | |
| typedef std::list< hippodraw::Observer * > | ObserverList_t |
| The type of STL container to maintain list of Observer objects. | |
Public Member Functions | |
| bool | acceptRow (unsigned int i) const |
For row i of the column, returns true if all the cuts accept the row. | |
| virtual void | addCut (const TupleCut *cut) |
| Adds the cut to the list of cuts. | |
| void | addObserver (hippodraw::Observer *) |
| Adds an Observer to the Observer list. | |
| virtual void | addValues (const std::vector< double > &v) |
| Add values to the projection. | |
| virtual const std::vector< std::string > & | bindingOptions () const |
| Returns a vector of strings describing the binding options. | |
| ProjectorBase * | clone () |
| The clone function returns an object of its own kind which is a copy of this object at this moment. | |
| virtual DataSource * | createNTuple () const |
| Returns an NTuple representing the binned values. | |
| virtual const DataSource * | createOldStyleNTuple () const |
| Creates and returns NTuple object. | |
| virtual Range | dataRangeOn (hippodraw::Axes::Type) const |
| Returns the range of data on the specified axis. | |
| DyHist2DProjector () | |
| The default constructor. | |
| void | execute () |
| Projects the data source into bins. | |
| virtual double | getAverage (hippodraw::Axes::Type axis) const |
| Get the Average of all projected values on the specified axis. | |
| virtual double | getAverage (hippodraw::Axes::Type axis) const |
| Get the Average of all projected values on the specified axis. | |
| virtual const std::vector< std::string > & | getAxisBindings () const |
| Returns the current axis bindings. | |
| virtual const std::vector< std::string > & | getAxisBindings () const |
| Returns the axis bindings. | |
| virtual AxisModelBase * | getAxisModel (hippodraw::Axes::Type axis) const |
| Get the AxisModel for axis axis. | |
| const BinsBase * | getBinner () const |
| Returns reference to BinsBase object used by this projector. | |
| double | getBinWidth (hippodraw::Axes::Type axis) const |
| Returns the bin width of the axis. | |
| const std::vector< const TupleCut * > & | getCutList () const |
| Returns the list of TupleCut objects used by this projector. | |
| virtual DataSource * | getNTuple () |
| Returns the DataSource used by the projector. | |
| virtual const DataSource * | getNTuple () const |
| Returns the DataSoruce used by the projector. | |
| virtual NTuple * | getNTupleAfterCuts () const |
| Template for projectors that can return subsets of the NTuple used by the DataRep. | |
| virtual NTuple * | getNTupleAfterCuts () const |
| Template for projectors that can return subsets of the NTuple used by the DataRep. | |
| virtual const std::string & | getNTupleName () const |
| Returns the name of the NTuple used by this projector. | |
| virtual int | getNumberOfBins (hippodraw::Axes::Type axis) const |
| Returns the number of bins. | |
| int | getNumberOfEntries () const |
| Returns the number of entries in to the projected values list. | |
| virtual int | getNumberOfEntries () const =0 |
| Returns the total number of entries that went into creating the projected values. | |
| const ObserverList_t & | getObservers () const |
| Returns the list of observers. | |
| double | getOffset (hippodraw::Axes::Type axis) const |
| Returns the offset of the axis. | |
| const std::vector< std::string > & | getPointReps () const |
| Return the vector of Point Reps. | |
| virtual double | getPosOn (hippodraw::Axes::Type axis) const |
| Returns the minimum positive value of the data on a specified axis. | |
| const DataSource * | getProjectedValues () const |
| Returns ntuple representation of projected values. | |
| virtual const Range & | getRange (hippodraw::Axes::Type) const |
| Returns the Range along the specified axis. | |
| virtual double | getRMS (hippodraw::Axes::Type axis) |
| Returns the RMS. | |
| virtual const std::string & | getTitle () const |
| Finds the title of the plot. | |
| virtual const std::string & | getTitle () const =0 |
| Finds the title of the plot. | |
| virtual const std::string & | getXLabel () const |
| Finds the X axis label of the plot. | |
| virtual const std::string & | getXLabel () const =0 |
| Finds the X axis label of the plot. | |
| virtual const std::string & | getYLabel (bool flag=false) const |
| Finds the Y axis label of the plot. | |
| virtual const std::string & | getYLabel (bool flag=false) const =0 |
| Finds the Y axis label of the plot. | |
| const std::string & | getZLabel () const |
| Returns the label (title) of the z axis. | |
| virtual double | getZValue (double x, double y) const |
| Get the z value at the specified point (x,y). | |
| virtual bool | hasZAxis () const |
| A test function. | |
| int | indexOf (const std::string &label) const |
| Returns the index of the label. | |
| unsigned int | indexOfBindingOption (const std::string &axis) const |
| Returns an index to the binding option. | |
| virtual bool | inRange (int row) const |
| Checks if the entries in a given row are within the range of the axis model. | |
| virtual bool | isAxisBinned (const std::string &axis) const |
Returns true if the destined axis is "X" or "Y", otherwise returns false. | |
| bool | isDataValid () const |
Returns true if all the data in the bound DataSource is valid. | |
| bool | isDirty () const |
Returns true if the projector has been marked dirty. | |
| virtual bool | isEmpty () const |
Returns true if the data source used by this projector is empty. | |
| virtual bool | isEmpty () const =0 |
Returns true if the data source used by this projector is empty. | |
| virtual bool | isValueBinned () const |
Returns true as the projected value is the result of accumulation into bins. | |
| virtual void | matrixTranspose (bool yes) |
| Transposes the X and Y axis. | |
| virtual void | normalize () |
| Normalizes the projector to its target. | |
| virtual void | normalizeTo (const ProjectorBase *target) |
| Normalize the output of the receiving object's projected values to that of target. | |
| virtual void | normalizeTo (double number) |
| Sets a scale factor on the output so that the number of entries appears to be number. | |
| virtual void | notifyObservers () const |
| Notifies Observer objects of a change. | |
| virtual Range | preferredRange (hippodraw::Axes::Type) const |
| Returns the preferred Range. | |
| virtual void | prepareValues () |
| Prepares the projector for plotting by executing, if needed, the binning procedure. | |
| virtual void | removeCut (const TupleCut *cut) |
| Removes the cut from the cut list. | |
| void | removeObserver (hippodraw::Observer *) |
| Removes an Observer from the Observer list. | |
| virtual void | reset () |
| Resets the bins. | |
| virtual void | setAxisBinding (const std::string &axis, const std::string &label) |
| Sets the axis binding. | |
| virtual void | setAxisBinding (const std::string &axis, const std::string &label) |
| Sets the axis binding. | |
| virtual void | setAxisBindings (const std::vector< std::string > &labels) |
| Sets the axis bindings, Sets, in the order of the binding options, the binding to the NTuple by labels contained in labels. | |
| virtual void | setAxisBindings (const std::vector< std::string > &bindings) |
| Sets the axis binding. | |
| virtual void | setAxisModel (hippodraw::Axes::Type, AxisModelBase *) |
| Sets the AxisModel for axis axis. | |
| void | setBinContents (const DataSource *source) |
| Sets the contents of the bins from the data source. | |
| void | setBinner (BinsBase *bins) |
| Sets the BinsBase object to be used by this projector. | |
| virtual void | setBinnerOn (BinnerAxis *binner, hippodraw::Axes::Type axis) |
| Sets the bin edge calculator to binner on axis axis. | |
| virtual void | setBinnerRange (hippodraw::Axes::Type axis, const Range &range, bool const_width) |
| Sets the Range of the binner. | |
| virtual void | setBinWidth (hippodraw::Axes::Type axis, double v) |
| This function sets the binWidth. | |
| virtual void | setBinWidth (const std::string &axis, int parm, bool dragging) |
| virtual void | setDirty (bool value=true) |
| Sets the dirty flag to value. | |
| virtual void | setNormalizing (bool on) |
Sets the scaling number of entries on if on is true, otherwise turns if off. | |
| virtual void | setNTuple (const DataSource *source) |
| Changes the DataSource used for the projections to source. | |
| virtual void | setNumberOfBins (hippodraw::Axes::Type axis, unsigned int number) |
| Sets the number of bins. | |
| virtual void | setOffset (hippodraw::Axes::Type axis, double v) |
| Sets the bin offset. | |
| virtual void | setOffset (const std::string &axis, int parm, bool dragging) |
| Sets the bin offset. | |
| virtual void | setRange (hippodraw::Axes::Type, const Range &range, bool) |
| Sets the range of the binner. | |
| virtual void | setRange (hippodraw::Axes::Type axis, bool) |
| Sets the range of the selected axis. | |
| virtual void | setXErrorOption (bool enable) |
| Sets whether the X error options are to be enabled or not. | |
| virtual void | setYErrorOption (bool enable) |
| Sets whether the Y error options are to be enabled or not. | |
| virtual void | update (const Observable *object) |
| Implements Observer pattern. | |
| virtual Range | valueRange () const |
| Finds the range of the projected values. | |
| virtual bool | wantsScaleFactor (const std::string &axis) const |
Returns true if axis is the Z axis. | |
| virtual void | willDelete (const Observable *object) |
| Implements Observer pattern. | |
Protected Member Functions | |
| virtual void | addPointReps () |
| Function to add the acceptable point reps. | |
| virtual void | changedNTuple () |
| This function is called when the ntuple has been changed to a new one. | |
| virtual void | checkScaling () |
| Checks the axis scaling. | |
| Range | dataRange (int column) const |
| Returns the range of data on the specified column. | |
| Range | dataRangeOnValue () const |
| Returns the data range on the Z axis. | |
| Range | dataRangeWithError (int data, int error) const |
| Returns a range considering both data and error. | |
| DyHist2DProjector (const DyHist2DProjector &projector) | |
| The copy constructor. | |
| virtual void | fillDataSource (DataSource *ntuple, bool in_range=false) const |
| Fills the DataSource source with the projected values. | |
| virtual void | fillProjectedValues (DataSource *ntuple, bool in_range=false) const |
| Fills the NTuple ntuple with the projected values. | |
| double | getPos (int column) const |
| Returns the minimum positive value on the specified column. | |
| double | getPosOnValue () const |
| Returns the smallest positive value on the Y axis. | |
| double | getPosWithError (int data, int error) const |
| Returns the minimum positive values considering both data and error. | |
| void | notifyObservers (Action action) const |
| An internal method to iterate over all observers and to send the message action. | |
| void | setAxisBinding (int axis, const std::string &label) |
| Sets the axis binding for axis binding option to the column with label label. | |
| void | setZLabel () |
| Sets the variable so that it can be modified. | |
Protected Attributes | |
| std::vector< std::string > | m_binding_options |
| The list of binding options for the Projector. | |
| std::vector< std::string > | m_bindings |
| The list of current bindings. | |
| BinsBase * | m_binner |
| The binner object. | |
| std::vector< unsigned int > | m_columns |
| A vector containing indexes to the columns of the NTuple. | |
| std::vector< const TupleCut * > | m_cut_list |
| A list of cuts that filter the projection. | |
| unsigned int | m_min_bindings |
| The minimum number of columns that must be bound. | |
| const DataSource * | m_ntuple |
| The pointer to the data source being projected. | |
| std::vector< std::string > | m_pointreps |
| Vector of acceptable PointReps. | |
| DataSource * | m_proj_values |
| The NTuple representing the result of the projection. | |
| const ProjectorBase * | m_target |
| The target projector. | |
| AxisModelBase * | m_x_axis |
The AxisModel along the X axis. | |
| AxisModelBase * | m_y_axis |
The AxisModel along the Y axis. | |
| AxisModelBase * | m_z_axis |
The AxisModel along the Z axis. | |
| std::string | m_z_label |
| Dummy member so that getZLabel can return a reference. | |
Private Attributes | |
| Range | m_value_range |
| The range of the accumulated values. | |
| std::string | m_z_label_density |
| The label of the z axis when displaying density. | |
| std::string | m_z_label_entries |
| The label of the z axis when displaying number of entries per bin. | |
|
|
The member function of the Observer that is called.
Definition at line 83 of file Observable.h. |
|
|
The type of STL container to maintain list of Observer objects.
Definition at line 46 of file Observable.h. |
|
|
The copy constructor.
Definition at line 47 of file DyHist2DProjector.cxx. |
|
|
The default constructor.
Definition at line 37 of file DyHist2DProjector.cxx. References NTupleProjector::m_binding_options, and NTupleProjector::m_min_bindings. Referenced by clone(). |
|
|
For row i of the column, returns
Definition at line 159 of file NTupleProjector.cxx. References NTupleProjector::m_cut_list, NTupleProjector::m_ntuple, and num_util::size(). Referenced by ProfileProjector::execute(), Profile2DProjector::execute(), execute(), DyHist1DProjector::execute(), MapMatrixProjector::fillDataSource(), Map3Projector::fillDataSource(), Map2Projector::fillDataSource(), Map1Projector::fillDataSource(), StripChartProjector::fillProjectedValues(), MapMatrixProjector::fillProjectedValues(), Map3Projector::fillProjectedValues(), Map2Projector::fillProjectedValues(), Map1Projector::fillProjectedValues(), NTupleProjector::getAverage(), DyHist1DProjector::getAverage(), NTupleProjector::getNTupleAfterCuts(), and NTupleProjector::getNumberOfEntries(). |
|
|
Adds the cut to the list of cuts.
Definition at line 348 of file NTupleProjector.cxx. References NTupleProjector::m_cut_list. Referenced by NTupleProjectorXML::addCuts(), and CutController::linkCutAndRep(). |
|
|
Adds an Observer to the Observer list.
Definition at line 49 of file Observable.cxx. References Observable::m_list. Referenced by CutPlotter::addCutTarget(), XyPlotter::addDataRep(), FunctionRep::FunctionRep(), BinningProjector::normalizeTo(), DataRepController::setAxisBindings(), DisplayController::setNTuple(), CutPlotter::setNTuple(), and TextPlotter::setParentDataRep(). |
|
|
Function to add the acceptable point reps.
Implements ProjectorBase. Definition at line 208 of file Hist2DProjImp.cxx. References ProjectorBase::m_pointreps. Referenced by Hist2DProjImp::Hist2DProjImp(). |
|
|
Add values to the projection. This method is provided as convenience for derived classes that respond to it. The implementation in this class does nothing. Reimplemented in StHist1DProjector, and StHist2DProjector. Definition at line 312 of file ProjectorBase.cxx. |
|
|
Returns a vector of strings describing the binding options.
Definition at line 97 of file NTupleProjector.cxx. References NTupleProjector::m_binding_options. Referenced by DataRepController::bindingOptions(). |
|
|
This function is called when the ntuple has been changed to a new one. The column indexes are checked for validity and set to the last column if they are invalid. If the weight index is invalid, it is set to negative. Implements NTupleProjector. Definition at line 61 of file DyHist2DProjector.cxx. References DataSource::columns(), BinningProjector::m_binner, NTupleProjector::m_columns, NTupleProjector::m_ntuple, and BinsBase::setDirty(). |
|
|
Checks the axis scaling. If bins are all same width, then sets the Z axis scale factor. Otherwise, turns off the scale factor on the Z axis. Reimplemented from BinningProjector. Definition at line 192 of file Hist2DProjImp.cxx. References BinsBase::hasEqualWidths(), BinningProjector::m_binner, ProjectorBase::m_z_axis, BinsBase::scaleFactor(), AxisModelBase::setScaleFactor(), and AxisModelBase::setScaling(). Referenced by StHist2DProjector::setBinnerRange(), setBinnerRange(), and Hist2DProjImp::setBinWidth(). |
|
|
The clone function returns an object of its own kind which is a copy of this object at this moment.
Implements ProjectorBase. Definition at line 56 of file DyHist2DProjector.cxx. References DyHist2DProjector(). |
|
|
Returns an NTuple representing the binned values.
Implements ProjectorBase. Definition at line 272 of file BinningProjector.cxx. References BinsBase::createNTuple(), and BinningProjector::m_binner. Referenced by BinningProjector::BinningProjector(), BinningProjector::createOldStyleNTuple(), and BinningProjector::setBinner(). |
|
|
Creates and returns NTuple object. Creates an old style NTuple representation of the projected values, i.e. one in which the NTuple contains the bin width as the XERR instead of the half width. This member function exists for backward compatibility of deprecated functions. Reimplemented from ProjectorBase. Definition at line 84 of file BinningProjector.cxx. References BinningProjector::createNTuple(), BinningProjector::execute(), BinningProjector::fillProjectedValues(), ProjectorBase::isDirty(), and BinningProjector::m_binner. |
|
|
Returns the range of data on the specified column. The range may need to be calculated. Definition at line 288 of file NTupleProjector.cxx. References DataSource::columns(), NTupleProjector::m_is_valid, and NTupleProjector::m_ntuple. Referenced by ProfileProjector::dataRangeOn(), Profile2DProjector::dataRangeOn(), MapMatrixProjector::dataRangeOn(), Map3Projector::dataRangeOn(), Map2Projector::dataRangeOn(), Map1Projector::dataRangeOn(), dataRangeOn(), DyHist1DProjector::dataRangeOn(), and Map3Projector::valueRange(). |
|
|
Returns the range of data on the specified axis. The range may need to be calculated. Implements NTupleProjector. Definition at line 107 of file DyHist2DProjector.cxx. References NTupleProjector::dataRange(), Hist2DProjImp::dataRangeOnValue(), NTupleProjector::m_columns, hippodraw::Axes::X, hippodraw::Axes::Y, and hippodraw::Axes::Z. |
|
|
Returns the data range on the Z axis.
Definition at line 101 of file Hist2DProjImp.cxx. References ProjectorBase::m_proj_values, BinningProjector::prepareValues(), and hippodraw::Axes::Z. Referenced by StHist2DProjector::dataRangeOn(), dataRangeOn(), and Hist2DProjImp::getPosOnValue(). |
|
||||||||||||
|
Returns a range considering both data and error.
Definition at line 263 of file NTupleProjector.cxx. References DataSource::columns(), NTupleProjector::getPosWithError(), NTupleProjector::m_ntuple, std::max(), std::min(), and num_util::size(). Referenced by Map2Projector::dataRangeOn(), and Map1Projector::dataRangeOn(). |
|
|
Projects the data source into bins.
Reimplemented from BinningProjector. Definition at line 70 of file DyHist2DProjector.cxx. References NTupleProjector::acceptRow(), BinsBase::accumulate(), BinningProjector::m_binner, NTupleProjector::m_columns, NTupleProjector::m_ntuple, BinsBase::reset(), and num_util::size(). |
|
||||||||||||
|
Fills the DataSource source with the projected values.
Fills the DataSource source with the results of projecting the data source to projected values. Derived classes must implement this method. Clients, such as plotters or fitters, can then use getProjectedValues method to access the projected value data. The default behavior is to fill the DataSource with all values that are accepted by the TupleCut objects, if any. If in_range is equal to Implements ProjectorBase. Definition at line 286 of file BinningProjector.cxx. References BinningProjector::m_binner. Referenced by BinningProjector::BinningProjector(), and BinningProjector::prepareValues(). |
|
||||||||||||
|
Fills the NTuple ntuple with the projected values.
Fills the NTuple !ntuple with the results of projecting the data source to projected values. Derived classes must implement this method. Clients, such as plotters or fitters, can then use getProjectedValues method to access the projected value data. The default behavior is to fill the NTuple with all values that are accepted by the TupleCut objects, if any. If in_range is equal to Implements ProjectorBase. Definition at line 279 of file BinningProjector.cxx. References BinningProjector::m_binner. Referenced by BinningProjector::createOldStyleNTuple(). |
|
|
Get the Average of all projected values on the specified axis.
Reimplemented from ProjectorBase. Reimplemented in DyHist1DProjector, Map1Projector, and MapMatrixProjector. Definition at line 432 of file NTupleProjector.cxx. References NTupleProjector::acceptRow(), NTupleProjector::getNTuple(), ProjectorBase::getRange(), NTupleProjector::getXLabel(), NTupleProjector::getYLabel(), ProjectorBase::getZLabel(), Range::includes(), NTupleProjector::indexOf(), NTupleProjector::m_ntuple, num_util::size(), hippodraw::Axes::X, hippodraw::Axes::Y, and hippodraw::Axes::Z. |
|
|
Get the Average of all projected values on the specified axis.
Reimplemented in DyHist1DProjector, Map1Projector, MapMatrixProjector, NTupleProjector, StHist1DProjector, and StHist2DProjector. Definition at line 268 of file ProjectorBase.cxx. Referenced by AverageTextRep::drawProjectedValues(). |
|
|
Returns the current axis bindings. Returns the label for each column to which the projector is bound. If column is not bound, returns the string "nil" for that column. Reimplemented from ProjectorBase. Definition at line 124 of file NTupleProjector.cxx. References DataSource::getLabelAt(), NTupleProjector::m_bindings, NTupleProjector::m_columns, NTupleProjector::m_ntuple, and num_util::size(). Referenced by DisplayController::axisBindings(), and NTupleProjectorXML::createElement(). |
|
|
Returns the axis bindings. Returns the name associated with each axis. This member function should only be called with a derived class which can process it in a meaningful way. thus if this method is called on this base class, an assertion is raised. Reimplemented in NTupleProjector. Definition at line 99 of file ProjectorBase.cxx. Referenced by XYPlot::setAxisBindings(). |
|
|
Get the AxisModel for axis axis.
Definition at line 204 of file ProjectorBase.cxx. References ProjectorBase::m_x_axis, ProjectorBase::m_y_axis, ProjectorBase::m_z_axis, hippodraw::Axes::X, hippodraw::Axes::Y, and hippodraw::Axes::Z. Referenced by CompositePlotter::processReturnValue(), and ContourPointRep::setContourValues(). |
|
|
Returns reference to BinsBase object used by this projector.
Definition at line 99 of file BinningProjector.cxx. References BinningProjector::m_binner. Referenced by BinningProjectorXML::createChildren(). |
|
|
Returns the bin width of the axis. Not all projectors has a notation of a bin width. This interface is declared for those that do. The implementation in this base class is to does nothing. Reimplemented from ProjectorBase. Definition at line 238 of file BinningProjector.cxx. References BinsBase::binWidth(), BinningProjector::m_binner, BinningProjector::m_binner_dim, hippodraw::Axes::X, hippodraw::Axes::Y, and hippodraw::Axes::Z. |
|
|
Returns the list of TupleCut objects used by this projector.
Definition at line 362 of file NTupleProjector.cxx. References NTupleProjector::m_cut_list. Referenced by CutController::connectDataRep(), and NTupleProjectorXML::createChildren(). |
|
|
Returns the DataSource used by the projector.
Definition at line 420 of file NTupleProjector.cxx. References NTupleProjector::m_ntuple. |
|
|
Returns the DataSoruce used by the projector.
Definition at line 412 of file NTupleProjector.cxx. References NTupleProjector::m_ntuple. Referenced by NTupleProjectorXML::createElement(), NTupleProjector::getAverage(), DyHist1DProjector::getAverage(), DisplayController::getDataSourceLabels(), and DisplayController::getNTuple(). |
|
|
Template for projectors that can return subsets of the NTuple used by the DataRep.
Reimplemented from ProjectorBase. Definition at line 492 of file NTupleProjector.cxx. References NTupleProjector::acceptRow(), DataSource::columns(), DataSource::getLabels(), NTupleProjector::m_ntuple, DataSource::rows(), NTuple::setLabels(), and num_util::size(). |
|
|
Template for projectors that can return subsets of the NTuple used by the DataRep.
Reimplemented in NTupleProjector. Definition at line 324 of file ProjectorBase.cxx. Referenced by DataRep::getNTupleAfterCuts(). |
|
|
Returns the name of the NTuple used by this projector.
Definition at line 425 of file NTupleProjector.cxx. References DataSource::getName(), and NTupleProjector::m_ntuple. Referenced by DisplayController::getDataSourceName(). |
|
|
Returns the number of bins. Returns number of bins if axis is binned, otherwise returns 0. Reimplemented from ProjectorBase. Definition at line 137 of file BinningProjector.cxx. References ProjectorBase::getNumberOfBins(), BinningProjector::m_binner, BinningProjector::m_binner_dim, BinsBase::numberOfBins(), hippodraw::Axes::X, and hippodraw::Axes::Y. |
|
|
Returns the number of entries in to the projected values list.
Implements ProjectorBase. Definition at line 369 of file NTupleProjector.cxx. References NTupleProjector::acceptRow(), NTupleProjector::inRange(), NTupleProjector::m_ntuple, DataSource::rows(), and num_util::size(). |
|
|
Returns the total number of entries that went into creating the projected values. It is up to derived classes to interpret what this means. Some may find it meaningless and raise an exception and/or assertion. Implemented in FunctionProjector, LineProjector, NTupleProjector, StHist1DProjector, and StHist2DProjector. Referenced by TotalTextRep::drawProjectedValues(), BinningProjector::normalize(), and QtDisplay::numberOfEntries(). |
|
|
Returns the list of observers.
Definition at line 57 of file |