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

Statistic Class Reference

#include <Statistic.h>

Inheritance diagram for Statistic:

Analyze List of all members.

Public Methods

 Statistic (const Tuple& t, const std::string& item_name, std::string title)
 Statistic (const Tuple&t, std::string::const_iterator& it, std::string::iterator end)
virtual void report (std::ostream& out)
void clear ()
const SampleStatistic& stat () const

Private Methods

virtual bool apply ()

Private Attributes

SampleStatistic m_stat

Constructor & Destructor Documentation

Statistic::Statistic ( const Tuple & t,
const std::string & item_name,
std::string title ) [inline]
 

Definition at line 13 of file Statistic.h.

Statistic::Statistic ( const Tuple & t,
std::string::const_iterator & it,
std::string::iterator end )
 

Definition at line 9 of file Statistic.cxx.


Member Function Documentation

bool Statistic::apply ( ) [inline, private, virtual]
 

Reimplemented from Analyze.

Definition at line 22 of file Statistic.h.

void Statistic::clear ( ) [inline, virtual]
 

Reimplemented from Analyze.

Definition at line 19 of file Statistic.h.

void Statistic::report ( std::ostream & out ) [virtual]
 

Reimplemented from Analyze.

Definition at line 21 of file Statistic.cxx.

Referenced by EventSize::report().

const SampleStatistic & Statistic::stat ( ) const [inline]
 

Definition at line 20 of file Statistic.h.

Referenced by EnergyAnalysis::mean_generated(), and EventSize::report().


Member Data Documentation

SampleStatistic Statistic::m_stat [private]
 

Definition at line 27 of file Statistic.h.


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