Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Histo::OneDHistogram< Count, Value > Class Template Reference

#include <histogram.h>

Inheritance diagram for Histo::OneDHistogram< Count, Value >:

Inheritance graph
[legend]
Collaboration diagram for Histo::OneDHistogram< Count, Value >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class Count = int, class Value = double>
class Histo::OneDHistogram< Count, Value >

General-purpose one-dimensional histogram.

Same as OneDBinList except that the individual counts are guaranteed to be non-negative and to add up to the total counts, i.e. guaranteed to be a real Histogram. Having it be a public derived class of OneDBinList may be a semantic error, since not all operations on OneDBinList should be used on this class; this decision may need to be revisited at some point.

Definition at line 424 of file histogram.h.

Public Types

typedef OneDBinList< Count,
Value >::size_type 
size_type

Public Methods

 OneDHistogram (const size_type num_bins)


The documentation for this class was generated from the following file:
Generated on Mon Jan 20 02:37:35 2003 for RF-LISSOM by doxygen1.3-rc2