![]() |
The Gaudi Framework
v25r3
|
#include <RootCnv/RootDataConnection.h>
Public Types | |
typedef std::vector< std::string > | StringVec |
Type definition for string maps. More... | |
Public Member Functions | |
RootConnectionSetup () | |
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... | |
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 () |
Standard destructor. More... | |
Protected Attributes | |
int | refCount |
Object refrfence count. More... | |
MsgStream * | m_msgSvc |
Reference to message service. More... | |
IIncidentSvc * | m_incidentSvc |
Reference to incident service. More... | |
Definition at line 42 of file RootDataConnection.h.
typedef std::vector<std::string> Gaudi::RootConnectionSetup::StringVec |
Type definition for string maps.
Definition at line 45 of file RootDataConnection.h.
|
protectedvirtual |
Standard destructor.
Definition at line 93 of file RootDataConnection.cpp.
RootConnectionSetup::RootConnectionSetup | ( | ) |
Standard constructor.
Definition at line 88 of file RootDataConnection.cpp.
void RootConnectionSetup::addRef | ( | ) |
Increase reference count.
Definition at line 132 of file RootDataConnection.cpp.
|
static |
Access to global compression level.
Global compression level.
Definition at line 127 of file RootDataConnection.cpp.
|
inline |
Retrieve incident service.
Definition at line 88 of file RootDataConnection.h.
|
inline |
Retrieve message service.
Definition at line 83 of file RootDataConnection.h.
void RootConnectionSetup::release | ( | ) |
Decrease reference count.
Definition at line 137 of file RootDataConnection.cpp.
|
static |
Set the global compression level.
Definition at line 100 of file RootDataConnection.cpp.
void RootConnectionSetup::setIncidentSvc | ( | IIncidentSvc * | m | ) |
Set incident service reference.
Definition at line 152 of file RootDataConnection.cpp.
void RootConnectionSetup::setMessageSvc | ( | MsgStream * | m | ) |
Set message service reference.
Definition at line 145 of file RootDataConnection.cpp.
StringVec Gaudi::RootConnectionSetup::cacheBranches |
Vector of strings with branches to be cached for input files.
Definition at line 58 of file RootDataConnection.h.
int Gaudi::RootConnectionSetup::cacheSize |
RootCnvSvc Property: Root data cache size.
Definition at line 64 of file RootDataConnection.h.
int Gaudi::RootConnectionSetup::learnEntries |
RootCnvSvc Property: ROOT cache learn entries.
Definition at line 66 of file RootDataConnection.h.
std::string Gaudi::RootConnectionSetup::loadSection |
RootCnvSvc Property: Root data cache size.
Definition at line 62 of file RootDataConnection.h.
|
protected |
Reference to incident service.
Definition at line 54 of file RootDataConnection.h.
|
protected |
Reference to message service.
Definition at line 52 of file RootDataConnection.h.
|
protected |
Object refrfence count.
Definition at line 50 of file RootDataConnection.h.
StringVec Gaudi::RootConnectionSetup::vetoBranches |
Vector of strings with branches to NOT be cached for input files.
Definition at line 60 of file RootDataConnection.h.