Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef POOL_ROOTSTORAGESVC_ROOTDBASE_H
12 #define POOL_ROOTSTORAGESVC_ROOTDBASE_H 1
15 #include "GaudiKernel/SmartIF.h"
22 #include <unordered_map>
25 namespace ROOT {
namespace Experimental {
35 class IRootAuxDynReader;
38 class RNTupleWriterHelper;
47 class RootTreeContainer;
156 static bool exists(
const std::string& nam);
159 virtual long long int size()
const;
215 const std::string& nam,
RootDatabase()
Standard Constructor.
void increaseBasketsSize(TTree *tree)
virtual DbStatus setOption(const DbOption &opt)
Set options.
virtual DbStatus transAct(Transaction::Action action)
Execute Database Transaction action.
virtual DbStatus close(DbAccessMode mode)
Close database access.
std::map< std::string, int > m_customSplitLevel
uint64_t currentIndexMasterID() const
int m_branchOffsetTabLen
Offset table length for branches.
int m_defTreeCacheLearnEvents
Default tree cache learn events.
std::map< std::string, std::unique_ptr< RNTupleReader > > m_ntupleReaderMap
int m_maxBufferSize
Maximum buffer size parameter for Branches.
std::set< std::string > m_indexRebuilt
marks if the index (for index Containers) was rebuilt for given TTree
virtual long long int size() const
Access the size of the database: May be undefined for some technologies.
int m_defSplitLevel
Default split level.
uint64_t m_indexMasterID
nextID of the master index
std::map< TBranch *, uint64_t > m_indexSizeMap
Keep index sizes here, because Branches are emptied when fast merged by SharedWriter.
std::map< std::string, std::unique_ptr< RootStorageSvc::RNTupleWriterHelper > > m_ntupleWriterMap
DbStatus fillBranchContainerTrees()
SmartIF< IFileMgr > m_fileMgr
std::map< TTree *, ContainerSet_t > m_containersInTree
DbDatabase m_dbH
Parent Database handle.
int m_defCompressionAlg
Default compression algorithm.
int m_rntReaderMetricsEnabled
Flag to enable/disable RNTupleReader metrics.
std::string m_indexMaster
name of the container with master index ('*' means use the biggest)
RNTupleReader * getNTupleReader(const std::string &ntuple_name)
return RNTupleReader for a given ntuple_name
int m_defWritePolicy
Default policy mode for keyed objects.
std::map< void *, indexLookup_t > m_ntupleIndexMap
bool wasIndexRebuilt(const std::string &treeName)
Check if a given TTree had its index rebuilt.
long long int m_counters[3]
Counter statistics.
int m_rntWriterMetricsEnabled
Flag to enable/disable RNTupleWriter metrics.
std::recursive_mutex & ioMutex()
provide access to the I/O mutex for AuxDynReader and Containers
void registerBranchContainer(RootTreeContainer *)
RootStorageSvc::RNTupleWriterHelper * getNTupleWriter(const std::string &ntuple_name, bool create=false)
Return RNTupleWriterHelper for a given ntuple_name create a new one if needed when create==true.
long long int byteCount(int which) const
Do some statistics: retrieve number of bytes read/written/other.
int m_defBufferSize
Default buffer size parameter for Branches.
std::recursive_mutex m_iomutex
TFile * file()
Access to the actual implemented file.
virtual DbStatus reopen(DbAccessMode mode)
Re-open database with changing access permissions.
void addByteCount(int which, long long int num_bytes)
Do some statistics: add number of bytes read/written/other.
uint64_t indexSize(TBranch *branch)
get index size for indexed containers
virtual ~RootDatabase()
Standard destructor.
std::unordered_map< uint64_t, uint64_t > indexLookup_t
int m_minBufferEntries
Minimum buffer entries parameter for Branches.
DbStatus markBranchContainerForFill(RootTreeContainer *)
Specialization of RootAuxDynStore for reading Aux Dynamic attributes from RNTuple.
void reduceBasketsSize(TTree *tree)
virtual DbStatus open(const DbDomain &domH, const std::string &nam, DbAccessMode mode)
Open Database object.
TTree * getTree(const std::string &name)
Get TTree by name from the TFile.
int m_rntBufferedWriteEnabled
Flag to enable/disable buffered RNTuple writing.
TFile * m_file
Reference to the actual implemented file.
virtual DbStatus onOpen(DbDatabase &dbH, DbAccessMode mode)
Callback after successful open of a database object.
const std::string & fmtVersion() const
Access to the version string.
int m_defAutoSave
Default Autosave parameter for trees.
uint64_t indexLookup(RNTupleReader *ps, uint64_t idx_val)
std::map< std::string, int > m_autoFlushTrees
virtual DbStatus getOption(DbOption &opt)
Access options.
ROOT::Experimental::RNTupleReader RNTupleReader
int m_defCompression
Default compression level.
void markIndexRebuilt(const std::string &treeName)
Mark that a given TTree had its index rebuilt.
std::string m_version
Persistency format version.
static bool exists(const std::string &nam)
Check for file-existence.
virtual DbStatus setAutoFlush(const DbOption &opt)
implementation of TREE_AUTO_FLUSH option - called from setOption()
uint64_t indexSizeInc(TBranch *branch)
increase index size counter for indexed containers (by 1)
std::set< RootTreeContainer * > ContainerSet_t
Selection rules: declare transient members.
std::string m_treeNameWithCache
Name of tree with cache.