#include <rTFileBase.h>
Inheritance diagram for rTFileBase:
Public Methods | |
rTFileBase () | |
constructor. | |
virtual | ~rTFileBase () |
destructor. | |
virtual void | open () |
open a file "filename" in Read/Write mode. | |
virtual void | close () |
close the root-file. | |
virtual void | clear () |
clear the the member variables. | |
TFile* | getFile () |
return the pointer to the root-file. More... | |
Protected Attributes | |
TFile* | m_RFile |
pointer to the ROOT file. |
The ROOT files used by centella should inherit from rTFileBase
Definition at line 16 of file rTFileBase.h.
|
|
|
clear the the member variables.
Reimplemented from IOfileVI.
Reimplemented in rTreeBase.
Definition at line 32 of file rTFileBase.cpp.
|
|
return the pointer to the root-file.
To active this ROOT file the derived methods sould call "getFile()->cd();"
Definition at line 35 of file rTFileBase.h.
|
open a file "filename" in Read/Write mode.
Reimplemented from IOfileVI.
Reimplemented in rHistoFileServer, and rTreeBase.
Definition at line 6 of file rTFileBase.cpp.
|