![]() |
The Gaudi Framework
v26r4
|

Public Types | |
| typedef std::vector< std::string > | StringVec |
| Type definition for string maps. More... | |
| typedef std::vector< std::string > | StringVec |
| Type definition for string maps. More... | |
Public Member Functions | |
| RootConnectionSetup ()=default | |
| Standard constructor. More... | |
| void | addRef () |
| Increase reference count. More... | |
| void | release () |
| Decrease reference count. More... | |
| void | setMessageSvc (MsgStream *m) |
| Set message service reference. More... | |
| MsgStream & | msgSvc () const |
| Retrieve message service. More... | |
| void | setIncidentSvc (IIncidentSvc *m) |
| Set incident service reference. More... | |
| IIncidentSvc * | incidentSvc () const |
| Retrieve incident service. More... | |
| RootConnectionSetup ()=default | |
| Standard constructor. More... | |
| void | addRef () |
| Increase reference count. More... | |
| void | release () |
| Decrease reference count. More... | |
| void | setMessageSvc (MsgStream *m) |
| Set message service reference. More... | |
| MsgStream & | msgSvc () const |
| Retrieve message service. More... | |
| void | setIncidentSvc (IIncidentSvc *m) |
| Set incident service reference. More... | |
| IIncidentSvc * | incidentSvc () const |
| Retrieve incident service. More... | |
Static Public Member Functions | |
| static long | setCompression (const std::string &compression) |
| Set the global compression level. More... | |
| static int | compression () |
| Access to global compression level. More... | |
| static long | setCompression (const std::string &compression) |
| Set the global compression level. More... | |
| static int | compression () |
| Access to global compression level. More... | |
Public Attributes | |
| StringVec | cacheBranches |
| Vector of strings with branches to be cached for input files. More... | |
| StringVec | vetoBranches |
| Vector of strings with branches to NOT be cached for input files. More... | |
| std::string | loadSection |
| RootCnvSvc Property: Root data cache size. More... | |
| int | cacheSize |
| RootCnvSvc Property: Root data cache size. More... | |
| int | learnEntries |
| RootCnvSvc Property: ROOT cache learn entries. More... | |
Protected Member Functions | |
| virtual | ~RootConnectionSetup ()=default |
| Standard destructor. More... | |
| virtual | ~RootConnectionSetup ()=default |
| Standard destructor. More... | |
Protected Attributes | |
| int | refCount = 1 |
| Object reference count. More... | |
| std::unique_ptr< MsgStream > | m_msgSvc |
| Reference to message service. More... | |
| SmartIF< IIncidentSvc > | m_incidentSvc = nullptr |
| Reference to incident service. More... | |
Definition at line 43 of file RootDataConnection.h.
| typedef std::vector<std::string> Gaudi::RootConnectionSetup::StringVec |
Type definition for string maps.
Definition at line 46 of file RootDataConnection.h.
| typedef std::vector<std::string> Gaudi::RootConnectionSetup::StringVec |
Type definition for string maps.
Definition at line 46 of file RootDataConnection.h.
|
protectedvirtualdefault |
Standard destructor.
|
default |
Standard constructor.
|
protectedvirtualdefault |
Standard destructor.
|
default |
Standard constructor.
| void RootConnectionSetup::addRef | ( | ) |
Increase reference count.
Definition at line 129 of file RootDataConnection.cpp.
| void Gaudi::RootConnectionSetup::addRef | ( | ) |
Increase reference count.
|
static |
Access to global compression level.
Global compression level.
Definition at line 124 of file RootDataConnection.cpp.
|
static |
Access to global compression level.
|
inline |
Retrieve incident service.
Definition at line 89 of file RootDataConnection.h.
|
inline |
Retrieve incident service.
Definition at line 89 of file RootDataConnection.h.
|
inline |
Retrieve message service.
Definition at line 84 of file RootDataConnection.h.
|
inline |
Retrieve message service.
Definition at line 84 of file RootDataConnection.h.
| void RootConnectionSetup::release | ( | ) |
Decrease reference count.
Definition at line 134 of file RootDataConnection.cpp.
| void Gaudi::RootConnectionSetup::release | ( | ) |
Decrease reference count.
|
static |
Set the global compression level.
|
static |
Set the global compression level.
Definition at line 92 of file RootDataConnection.cpp.
| void Gaudi::RootConnectionSetup::setIncidentSvc | ( | IIncidentSvc * | m | ) |
Set incident service reference.
| void RootConnectionSetup::setIncidentSvc | ( | IIncidentSvc * | m | ) |
Set incident service reference.
Definition at line 147 of file RootDataConnection.cpp.
| void RootConnectionSetup::setMessageSvc | ( | MsgStream * | m | ) |
Set message service reference.
Definition at line 142 of file RootDataConnection.cpp.
| void Gaudi::RootConnectionSetup::setMessageSvc | ( | MsgStream * | m | ) |
Set message service reference.
| StringVec Gaudi::RootConnectionSetup::cacheBranches |
Vector of strings with branches to be cached for input files.
Definition at line 59 of file RootDataConnection.h.
| int Gaudi::RootConnectionSetup::cacheSize |
RootCnvSvc Property: Root data cache size.
Definition at line 65 of file RootDataConnection.h.
| int Gaudi::RootConnectionSetup::learnEntries |
RootCnvSvc Property: ROOT cache learn entries.
Definition at line 67 of file RootDataConnection.h.
| std::string Gaudi::RootConnectionSetup::loadSection |
RootCnvSvc Property: Root data cache size.
Definition at line 63 of file RootDataConnection.h.
|
protected |
Reference to incident service.
Definition at line 55 of file RootDataConnection.h.
|
protected |
Reference to message service.
Definition at line 53 of file RootDataConnection.h.
|
protected |
Object reference count.
Definition at line 51 of file RootDataConnection.h.
| StringVec Gaudi::RootConnectionSetup::vetoBranches |
Vector of strings with branches to NOT be cached for input files.
Definition at line 61 of file RootDataConnection.h.