The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/RootHistCnv/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 29 of file RootCompressionSettings.h.
RootHistCnv::RootCompressionSettings::RootCompressionSettings | ( | const std::string & | settings | ) |
Standard constructor.
Definition at line 29 of file RootCompressionSettings.cpp.
|
inline |
|
private |
The cached ROOT compression level int.
Definition at line 31 of file RootCompressionSettings.h.