#include <dataIOROOTServer.h>
Inheritance diagram for dataIOROOTServer:
Public Methods | |
dataIOROOTServer () | |
constructor. | |
~dataIOROOTServer () | |
destructor. | |
rTreeInServer* | treeIn () const |
returns a pointer to the Input root-tree Server. | |
rTreeOutServer* | treeOut () const |
returns a pointer to the Output root-tree Server. | |
rHistoOutServer* | histo () const |
returns a pointer to the histo Server. | |
Protected Methods | |
virtual void | defineIOfiles () |
define the input and output IOfileVI. | |
Private Attributes | |
rTreeInServer* | m_TreeIn |
pointer to the input root-tree Server. | |
rTreeOutServer* | m_TreeOut |
pointer to the output root-tree Server. | |
rHistoOutServer* | m_Histo |
pointer to the histo Server. | |
Friends | |
class | dataManager |
dataIOROOTServer is an implementation of permanent data Server for ROOT.
dataIOROOTServer has the services of the IOServer.
dataIOROOTServer has defined: rTreeInServer, rTreeOutServer, rHistoOutServer. For the input tree, output tree and output histogram main file. The user should typedef to his/her implementation classes in userIOfiles.
addHistoFolder()
of rHistoFolderServer), implementing the pure virtual method defineHistoFolders()
.
Definition at line 50 of file dataIOROOTServer.h.
|
|
|
define the input and output IOfileVI.
Reimplemented from IOfileServer.
Definition at line 24 of file dataIOROOTServer.cxx.
|
|
|
returns a pointer to the Output root-tree Server.
Definition at line 9 of file dataIOROOTServer.cxx.
|
Definition at line 53 of file dataIOROOTServer.h.
|
|
|