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

RebinHist Class Reference

#include <RebinHist.h>

Inheritance diagram for RebinHist:

Histogram SampleStatistic List of all members.

Public Methods

 RebinHist (const char * title="default", double from=0, double to=1, double step=0.1)
void rebin (double from=0, double to=1, double step=0.1)
void fill (double d)
double percentile (double level)

Private Types

typedef std::vector<float> FloatList

Private Attributes

FloatList m_data

Member Typedef Documentation

typedef std::vector<float> RebinHist::FloatList [private]
 

Definition at line 17 of file RebinHist.h.


Constructor & Destructor Documentation

RebinHist::RebinHist ( const char * title = "default",
double from = 0,
double to = 1,
double step = 0.1 )
 

Definition at line 9 of file RebinHist.cxx.


Member Function Documentation

void RebinHist::fill ( double x )
 

Definition at line 15 of file RebinHist.cxx.

double RebinHist::percentile ( double level )
 

Definition at line 28 of file RebinHist.cxx.

void RebinHist::rebin ( double from = 0,
double to = 1,
double step = 0.1 )
 

Definition at line 21 of file RebinHist.cxx.


Member Data Documentation

FloatList RebinHist::m_data [private]
 

Definition at line 18 of file RebinHist.h.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:20:53 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000