Developer Documentation
ACG::Histogram Class Referenceabstract
Inheritance diagram for ACG::Histogram:
ACG::HistogramT< T > ACG::UnbinnedHistogram< T >

Public Types

enum  LabelType { PerBin, PerBoundary }
 

Public Member Functions

 Histogram (std::vector< size_t > &&bins, std::vector< double > &&bin_widths)
 
const std::vector< size_t > & getBins () const
 
const std::vector< double > & getBinWidths () const
 
virtual double getTotalWidth () const =0
 
virtual LabelType getLabelType () const =0
 
virtual QString getBoundaryLabel (size_t) const
 
virtual QString getBinLabel (size_t) const
 

Protected Attributes

std::vector< size_t > bins_
 
std::vector< double > bin_widths_
 

Detailed Description

Definition at line 58 of file Histogram.hh.


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