![]() |
The Gaudi Framework
master (e68eea06)
|
Simple class to decode a ROOT compression settings string, of the form '<Alg>:<level>' into the integer code to pass to ROOT. More...
#include </builds/gaudi/Gaudi/RootHistCnv/src/RootCompressionSettings.h>
Public Member Functions | |
| RootCompressionSettings (const std::string &settings) | |
| Standard constructor. | |
| int | level () const |
| Get the level. | |
Private Attributes | |
| int | m_level |
| The cached ROOT compression level int. | |
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 28 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 30 of file RootCompressionSettings.h.