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

rHistoServer Class Reference

#include <rHistoServer.h>

Inheritance diagram for rHistoServer:

rHistoFolder List of all members.

Public Methods

 rHistoServer ()
 constructor - create the server.

 ~rHistoServer ()
 destructor - destroies the server. More...

void setBookOptionFile (std::string name)
 set the name of the file from where reads the values.

void addHisto (rHisto* histo)
 add a rHisto into the server.

void newHisto (std::string typ, std::string name, std::string title, double nx, double x0,double xf, double ny=0, double y0=0, double yf=0)
 create and add a rHisto into the server. More...

void redefine ()
 redefine all the histogram via the optionServer.

void book ()
 book all the histograms.


Private Attributes

optionServerm_optServer
 private option Server.

serverVI<rHisto>* m_histos
 server with the histograms.


Constructor & Destructor Documentation

rHistoServer::rHistoServer ( )

constructor - create the server.

Definition at line 5 of file rHistoServer.cpp.

rHistoServer::~rHistoServer ( )

destructor - destroies the server.

null the file from where to get the definition of the rHisto s

Definition at line 18 of file rHistoServer.cpp.


Member Function Documentation

void rHistoServer::addHisto ( rHisto * histo )

add a rHisto into the server.

Definition at line 35 of file rHistoServer.cpp.

void rHistoServer::book ( ) [inline]

book all the histograms.

Definition at line 34 of file rHistoServer.h.

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

create and add a rHisto into the server.

who should delete the rHisto ?

Definition at line 27 of file rHistoServer.cpp.

void rHistoServer::redefine ( ) [inline]

redefine all the histogram via the optionServer.

Definition at line 31 of file rHistoServer.h.

void rHistoServer::setBookOptionFile ( std::string name ) [inline]

set the name of the file from where reads the values.

Definition at line 20 of file rHistoServer.h.


Member Data Documentation

serverVI<rHisto>* rHistoServer::m_histos [private]

server with the histograms.

Definition at line 41 of file rHistoServer.h.

optionServer * rHistoServer::m_optServer [private]

private option Server.

Definition at line 39 of file rHistoServer.h.


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