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

rHistoFolder Class Reference

base class to define, store and fill a group of root histograms and ntuples. More...

#include <rHistoFolder.h>

Inheritance diagram for rHistoFolder:

rHistoServer defineVI List of all members.

Public Methods

 rHistoFolder ()
 constructor.

virtual ~rHistoFolder ()
 destructor.

TFile* getFile () const
 return the pointer to the file where the histogram/ntuples are going to be stored.

virtual void define () = 0
 pure virtual method defines (book) histograms and ntuples.

virtual void fill () = 0
 A pure virtual method to fill the histograms and ntuples.


Protected Methods

virtual void setFile (TFile* file)
 set the root-file where the histogram/ntuples are stores. More...


Private Attributes

TFile* m_RFile
 pointer to the output root-file.


Friends

class  rHistoFolderServer


Detailed Description

base class to define, store and fill a group of root histograms and ntuples.

Definition at line 30 of file rHistoFolder.h.


Constructor & Destructor Documentation

rHistoFolder::rHistoFolder ( ) [inline]

constructor.

Definition at line 40 of file rHistoFolder.h.

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

destructor.

Definition at line 42 of file rHistoFolder.h.


Member Function Documentation

void rHistoFolder::define ( ) [inline, pure virtual]

pure virtual method defines (book) histograms and ntuples.

Reimplemented from defineVI.

void rHistoFolder::fill ( ) [inline, pure virtual]

A pure virtual method to fill the histograms and ntuples.

TFile * rHistoFolder::getFile ( ) const [inline]

return the pointer to the file where the histogram/ntuples are going to be stored.

Definition at line 45 of file rHistoFolder.h.

void rHistoFolder::setFile ( TFile * file ) [inline, protected, virtual]

set the root-file where the histogram/ntuples are stores.

It allows derived classes to especify the root-file

Definition at line 56 of file rHistoFolder.h.


Friends And Related Function Documentation

class rHistoFolderServer [friend]

Definition at line 35 of file rHistoFolder.h.


Member Data Documentation

TFile * rHistoFolder::m_RFile [private]

pointer to the output root-file.

Definition at line 61 of file rHistoFolder.h.


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