ATLAS Offline Software
|
#include <src/RootDomain.h>
Public Member Functions | |
RootDomain () | |
Standard Constuctor. More... | |
virtual | ~RootDomain () |
Standard destructor. More... | |
virtual bool | existsDbase (const std::string &nam) |
Check for Database existence. More... | |
virtual DbStatus | setOption (const DbOption &refOpt) |
Set domain specific options. More... | |
virtual DbStatus | getOption (DbOption &refOpt) const |
Access domain specific options. More... | |
Protected Attributes | |
int | m_defCompression |
Default compression level. More... | |
int | m_defCompressionAlg |
Default compression algorithm. More... | |
int | m_defSplitLevel |
Default split level. More... | |
int | m_defAutoSave |
Default Autosave parameter for trees. More... | |
int | m_defBufferSize |
Default buffer size parameter for Branches. More... | |
int | m_branchOffsetTabLen |
Offset table length for branches. More... | |
Description: ROOT specific implementation of Database Domain. ROOT does not support Domains. This is then simply a memory list.
Definition at line 35 of file RootDomain.h.
pool::RootDomain::RootDomain | ( | ) |
Standard Constuctor.
|
virtual |
Standard destructor.
|
virtual |
Check for Database existence.
nam | [IN] Name of the database to be checked. |
Implements pool::IDbDomain.
Access domain specific options.
type | [IN] Specific database type (Including minor type) |
refOpt | [IN] Reference to option object |
Implements pool::IDbDomain.
Set domain specific options.
type | [IN] Specific database type (Including minor type) |
refOpt | [IN] Reference to option object |
Implements pool::IDbDomain.
|
protected |
Offset table length for branches.
Definition at line 48 of file RootDomain.h.
|
protected |
Default Autosave parameter for trees.
Definition at line 44 of file RootDomain.h.
|
protected |
Default buffer size parameter for Branches.
Definition at line 46 of file RootDomain.h.
|
protected |
Default compression level.
Definition at line 38 of file RootDomain.h.
|
protected |
Default compression algorithm.
Definition at line 40 of file RootDomain.h.
|
protected |
Default split level.
Definition at line 42 of file RootDomain.h.