
#include </builds/gaudi/Gaudi/RootCnv/include/RootCnv/RootDataConnection.h>

Public Types | |
| typedef std::vector< std::string > | StringVec |
| Type definition for string maps. | |
Public Member Functions | |
| RootConnectionSetup ()=default | |
| Standard constructor. | |
| void | setMessageSvc (MsgStream *m) |
| Set message service reference. | |
| MsgStream & | msgSvc () const |
| Retrieve message service. | |
| void | setIncidentSvc (IIncidentSvc *m) |
| Set incident service reference. | |
| IIncidentSvc * | incidentSvc () const |
| Retrieve incident service. | |
Static Public Member Functions | |
| static StatusCode | setCompression (std::string_view compression) |
| Set the global compression level. | |
| static int | compression () |
| Access to global compression level. | |
Public Attributes | |
| StringVec | cacheBranches |
| Vector of strings with branches to be cached for input files. | |
| StringVec | vetoBranches |
| Vector of strings with branches to NOT be cached for input files. | |
| std::string | loadSection |
| RootCnvSvc Property: Root data cache size. | |
| int | cacheSize { 0 } |
| RootCnvSvc Property: Root data cache size. | |
| int | learnEntries { 0 } |
| RootCnvSvc Property: ROOT cache learn entries. | |
| Gaudi::Property< bool > | produceReproducibleFiles |
| Gaudi::Property< bool > | root630ForwardCompatibility |
Private Attributes | |
| std::unique_ptr< MsgStream > | m_msgSvc |
| Reference to message service. | |
| SmartIF< IIncidentSvc > | m_incidentSvc = nullptr |
| Reference to incident service. | |
Definition at line 54 of file RootDataConnection.h.
| typedef std::vector<std::string> Gaudi::RootConnectionSetup::StringVec |
Type definition for string maps.
Definition at line 63 of file RootDataConnection.h.
|
default |
Standard constructor.
|
static |
Access to global compression level.
Global compression level.
Definition at line 156 of file RootDataConnection.cpp.
|
inline |
Retrieve incident service.
Definition at line 101 of file RootDataConnection.h.
|
inline |
Retrieve message service.
Definition at line 96 of file RootDataConnection.h.
|
static |
Set the global compression level.
Definition at line 123 of file RootDataConnection.cpp.
| void RootConnectionSetup::setIncidentSvc | ( | IIncidentSvc * | m | ) |
Set incident service reference.
Definition at line 162 of file RootDataConnection.cpp.
| void RootConnectionSetup::setMessageSvc | ( | MsgStream * | m | ) |
Set message service reference.
Definition at line 159 of file RootDataConnection.cpp.
| StringVec Gaudi::RootConnectionSetup::cacheBranches |
Vector of strings with branches to be cached for input files.
Definition at line 66 of file RootDataConnection.h.
| int Gaudi::RootConnectionSetup::cacheSize { 0 } |
RootCnvSvc Property: Root data cache size.
Definition at line 72 of file RootDataConnection.h.
| int Gaudi::RootConnectionSetup::learnEntries { 0 } |
RootCnvSvc Property: ROOT cache learn entries.
Definition at line 74 of file RootDataConnection.h.
| std::string Gaudi::RootConnectionSetup::loadSection |
RootCnvSvc Property: Root data cache size.
Definition at line 70 of file RootDataConnection.h.
|
private |
Reference to incident service.
Definition at line 59 of file RootDataConnection.h.
|
private |
Reference to message service.
Definition at line 57 of file RootDataConnection.h.
| Gaudi::Property<bool> Gaudi::RootConnectionSetup::produceReproducibleFiles |
Definition at line 76 of file RootDataConnection.h.
| Gaudi::Property<bool> Gaudi::RootConnectionSetup::root630ForwardCompatibility |
Definition at line 79 of file RootDataConnection.h.
| StringVec Gaudi::RootConnectionSetup::vetoBranches |
Vector of strings with branches to NOT be cached for input files.
Definition at line 68 of file RootDataConnection.h.