![]() |
The Gaudi Framework
v26r0
|
Simple class to decode a ROOT compression settings string, of the form '<Alg>:<level>' into the integer code to pass to ROOT. More...
#include <src/RootCompressionSettings.h>
Public Member Functions | |
RootCompressionSettings (const std::string &settings) | |
Standard constructor. More... | |
~RootCompressionSettings () | |
Destructor. More... | |
int | level () const |
Get the level. More... | |
Private Attributes | |
std::string | m_compSettings |
The compression settings string. More... | |
int | m_level |
The cached ROOT compression level int. More... | |
Simple class to decode a ROOT compression settings string, of the form '<Alg>:<level>' into the integer code to pass to ROOT.
Definition at line 19 of file RootCompressionSettings.h.
RootHistCnv::RootCompressionSettings::RootCompressionSettings | ( | const std::string & | settings | ) |
Standard constructor.
Definition at line 24 of file RootCompressionSettings.cpp.
|
inline |
|
inline |
Get the level.
Definition at line 33 of file RootCompressionSettings.h.
|
private |
The compression settings string.
Definition at line 38 of file RootCompressionSettings.h.
|
private |
The cached ROOT compression level int.
Definition at line 41 of file RootCompressionSettings.h.