The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <src/PoolTool.h>
Public Member Functions | |
PoolTool (RootDataConnection *con) | |
Standard constructor. More... | |
string | _treeName (boost::string_ref sr) |
Convert TES object identifier to ROOT tree name. More... | |
RootRef | poolRef (size_t i) const override |
Internal overload to facilitate the access to POOL files. More... | |
int | loadRefs (boost::string_ref, boost::string_ref cnt, unsigned long entry, RootObjectRefs &refs) override |
Load references object from file. More... | |
TBranch * | getBranch (boost::string_ref, boost::string_ref branch_name) override |
Access data branch by name: Get existing branch in read only mode. More... | |
StatusCode | saveRefs () override |
Save references section when closing data file (NOT SUPPORTED) More... | |
StatusCode | readRefs () override |
Internal helper to read reference tables ##Params and ##Links. More... | |
Public Member Functions inherited from Gaudi::RootDataConnection::Tool | |
TTree * | refs () const |
StringVec & | dbs () const |
StringVec & | conts () const |
StringVec & | links () const |
ParamMap & | params () const |
MsgStream & | msgSvc () const |
const std::string & | name () const |
Sections & | sections () const |
LinkSections & | linkSections () const |
MergeSections & | mergeSections () const |
virtual | ~Tool ()=default |
Default destructor. More... | |
Private Attributes | |
std::vector< Gaudi::RootRef > | m_poolLinks |
Image of the POOL ##Links table. More... | |
Additional Inherited Members | |
Protected Types inherited from Gaudi::RootDataConnection::Tool | |
typedef RootDataConnection::StringVec | StringVec |
typedef RootDataConnection::ParamMap | ParamMap |
typedef RootDataConnection::Sections | Sections |
typedef RootDataConnection::MergeSections | MergeSections |
typedef RootDataConnection::LinkSections | LinkSections |
typedef RootDataConnection::ContainerSection | ContainerSection |
typedef RootDataConnection::ContainerSections | ContainerSections |
Protected Attributes inherited from Gaudi::RootDataConnection::Tool | |
RootDataConnection * | c |
Pointer to containing data connection object. More... | |
Definition at line 18 of file PoolTool.h.
|
inline |
Standard constructor.
Definition at line 25 of file PoolTool.h.
|
inline |
Convert TES object identifier to ROOT tree name.
Definition at line 28 of file PoolTool.h.
|
inlineoverridevirtual |
Access data branch by name: Get existing branch in read only mode.
Implements Gaudi::RootDataConnection::Tool.
Definition at line 93 of file PoolTool.h.
|
inlineoverridevirtual |
Load references object from file.
Implements Gaudi::RootDataConnection::Tool.
Definition at line 38 of file PoolTool.h.
|
inlineoverridevirtual |
Internal overload to facilitate the access to POOL files.
Reimplemented from Gaudi::RootDataConnection::Tool.
Definition at line 35 of file PoolTool.h.
|
inlineoverridevirtual |
Internal helper to read reference tables ##Params and ##Links.
Implements Gaudi::RootDataConnection::Tool.
Definition at line 118 of file PoolTool.h.
|
inlineoverridevirtual |
Save references section when closing data file (NOT SUPPORTED)
Implements Gaudi::RootDataConnection::Tool.
Definition at line 115 of file PoolTool.h.
|
private |
Image of the POOL ##Links table.
Definition at line 21 of file PoolTool.h.