The Gaudi Framework
v30r3 (a5ef0a68)
|
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... | |
int | level () const |
Get the level. More... | |
Private Attributes | |
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 20 of file RootCompressionSettings.h.
RootHistCnv::RootCompressionSettings::RootCompressionSettings | ( | const std::string & | settings | ) |
Standard constructor.
Definition at line 19 of file RootCompressionSettings.cpp.
|
inline |
Get the level.
Definition at line 30 of file RootCompressionSettings.h.
|
private |
The cached ROOT compression level int.
Definition at line 23 of file RootCompressionSettings.h.