Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v31r0 (aeb156f0)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RootCompressionSettings.h
Go to the documentation of this file.
1
#ifndef ROOTCOMPRESSIONSETTINGS_H
2
#define ROOTCOMPRESSIONSETTINGS_H 1
3
4
// STD
5
#include <string>
6
7
namespace
RootHistCnv
{
8
19
class
RootCompressionSettings
{
21
int
m_level
;
22
23
public
:
25
RootCompressionSettings
(
const
std::string
& settings );
26
28
int
level
()
const
{
return
m_level
; }
29
};
30
}
// namespace RootHistCnv
31
32
#endif // ROOTCOMPRESSIONSETTINGS_H
std::string
STL class.
RootHistCnv
Definition:
DirectoryCnv.h:17
RootHistCnv::RootCompressionSettings
Simple class to decode a ROOT compression settings string, of the form '<Alg>:<level>' into the integ...
Definition:
RootCompressionSettings.h:19
RootHistCnv::RootCompressionSettings::RootCompressionSettings
RootCompressionSettings(const std::string &settings)
Standard constructor.
Definition:
RootCompressionSettings.cpp:19
RootHistCnv::RootCompressionSettings::level
int level() const
Get the level.
Definition:
RootCompressionSettings.h:28
RootHistCnv::RootCompressionSettings::m_level
int m_level
The cached ROOT compression level int.
Definition:
RootCompressionSettings.h:21
RootHistCnv
src
RootCompressionSettings.h
Generated on Mon Feb 11 2019 17:48:20 for The Gaudi Framework by
1.8.11