#include <rHistoFileServer.h>
Inheritance diagram for rHistoFileServer:
Protected Methods | |
rHistoFileServer () | |
generic constructor. More... | |
virtual | ~rHistoFileServer () |
destructor. | |
virtual void | defineHistoFolders () = 0 |
the user should define the folders. | |
virtual void | open () |
Open a root-file with a given name. More... |
HistoFileServer shares the Input/Output interface defined in IOfileVI via rTFileBase.
HistoFileServer has an rHistoFolderServer that contains a collection of rHistoFolder located in the same root TFile file.
defineHistoFolders()
see rHistoFolderServer for more information. open()
of rTFileBase to set the same TFile into all the rHistoFolders of the rHistoFolderServer. In this way all the rHistoFolders are located in the same ROOT TFile.
Definition at line 30 of file rHistoFileServer.h.
|
generic constructor.
A list of User defined "rHistoFolder" are created and stored
Definition at line 37 of file rHistoFileServer.h.
|
|
|
Open a root-file with a given name.
overwriten to set the TFile into the rHistoFolders
Reimplemented from rTFileBase.
Definition at line 4 of file rHistoFileServer.cpp.