![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
#include </builds/gaudi/Gaudi/RootCnv/include/RootCnv/RootDataConnection.h>

Public Types | |
| typedef std::vector< std::string > | StringVec |
| Type definition for string maps. More... | |
Public Member Functions | |
| RootConnectionSetup ()=default | |
| Standard constructor. 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 StatusCode | setCompression (std::string_view 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 { 0 } |
| RootCnvSvc Property: Root data cache size. More... | |
| int | learnEntries { 0 } |
| RootCnvSvc Property: ROOT cache learn entries. More... | |
| Gaudi::Property< bool > | produceReproducibleFiles |
Private Attributes | |
| std::unique_ptr< MsgStream > | m_msgSvc |
| Reference to message service. More... | |
| SmartIF< IIncidentSvc > | m_incidentSvc = nullptr |
| Reference to incident service. More... | |
Definition at line 55 of file RootDataConnection.h.
Type definition for string maps.
Definition at line 64 of file RootDataConnection.h.
|
default |
Standard constructor.
|
static |
Access to global compression level.
Global compression level.
Definition at line 162 of file RootDataConnection.cpp.
|
inline |
|
inline |
|
static |
Set the global compression level.
Definition at line 122 of file RootDataConnection.cpp.
| void RootConnectionSetup::setIncidentSvc | ( | IIncidentSvc * | m | ) |
| void RootConnectionSetup::setMessageSvc | ( | MsgStream * | m | ) |
Set message service reference.
Definition at line 165 of file RootDataConnection.cpp.
| StringVec Gaudi::RootConnectionSetup::cacheBranches |
Vector of strings with branches to be cached for input files.
Definition at line 67 of file RootDataConnection.h.
| int Gaudi::RootConnectionSetup::cacheSize { 0 } |
RootCnvSvc Property: Root data cache size.
Definition at line 73 of file RootDataConnection.h.
| int Gaudi::RootConnectionSetup::learnEntries { 0 } |
RootCnvSvc Property: ROOT cache learn entries.
Definition at line 75 of file RootDataConnection.h.
| std::string Gaudi::RootConnectionSetup::loadSection |
RootCnvSvc Property: Root data cache size.
Definition at line 71 of file RootDataConnection.h.
|
private |
Reference to incident service.
Definition at line 60 of file RootDataConnection.h.
|
private |
Reference to message service.
Definition at line 58 of file RootDataConnection.h.
| Gaudi::Property<bool> Gaudi::RootConnectionSetup::produceReproducibleFiles |
Definition at line 77 of file RootDataConnection.h.
| StringVec Gaudi::RootConnectionSetup::vetoBranches |
Vector of strings with branches to NOT be cached for input files.
Definition at line 69 of file RootDataConnection.h.