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

rHisto Class Reference

#include <rHisto.h>

Inheritance diagram for rHisto:

optionVI nameVI List of all members.

Public Types

enum  TYPE {
  H1,
  H2
}

Public Methods

 rHisto (std::string typ, std::string name, std::string title, double nx, double x0,double xf, double ny=0, double y0=0, double yf=0)
 constructor.

virtual ~rHisto ()
 destructor.

virtual void book ()
 book the histograms.

virtual void defineOption ()
 defineOption.

virtual void command (std::string com)
 command to execute book().

std::string histoName () const
 returns the name.


Private Attributes

enum TYPE m_type
std::string m_name
 the name of the object.

std::string m_title
double m_nx
double m_x0
double m_xf
double m_ny
double m_y0
double m_yf


Member Enumeration Documentation

enum rHisto::TYPE

Enumeration values:
H1  
H2  

Definition at line 12 of file rHisto.h.


Constructor & Destructor Documentation

rHisto::rHisto ( std::string typ,
std::string name,
std::string title,
double nx,
double x0,
double xf,
double ny = 0,
double y0 = 0,
double yf = 0 )

constructor.

Definition at line 12 of file rHisto.cpp.

rHisto::~rHisto ( ) [inline, virtual]

destructor.

Definition at line 21 of file rHisto.h.


Member Function Documentation

void rHisto::book ( ) [inline, virtual]

book the histograms.

Definition at line 31 of file rHisto.cpp.

void rHisto::command ( std::string com ) [inline, virtual]

command to execute book().

Definition at line 44 of file rHisto.cpp.

void rHisto::defineOption ( ) [inline, virtual]

defineOption.

Reimplemented from optionVI.

Definition at line 50 of file rHisto.cpp.

std::string rHisto::histoName ( ) const [inline]

returns the name.

Definition at line 33 of file rHisto.h.


Member Data Documentation

std::string rHisto::m_name [private]

the name of the object.

Reimplemented from nameVI.

Definition at line 38 of file rHisto.h.

double rHisto::m_nx [private]

Definition at line 40 of file rHisto.h.

double rHisto::m_ny [private]

Definition at line 43 of file rHisto.h.

std::string rHisto::m_title [private]

Definition at line 39 of file rHisto.h.

enum TYPE rHisto::m_type [private]

Definition at line 37 of file rHisto.h.

double rHisto::m_x0 [private]

Definition at line 41 of file rHisto.h.

double rHisto::m_xf [private]

Definition at line 42 of file rHisto.h.

double rHisto::m_y0 [private]

Definition at line 44 of file rHisto.h.

double rHisto::m_yf [private]

Definition at line 45 of file rHisto.h.


The documentation for this class was generated from the following files:
Generated at Fri Aug 18 12:57:41 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000