The Gaudi Framework
v26r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
20
{
21
22
public
:
23
25
RootCompressionSettings
(
const
std::string & settings );
26
28
~RootCompressionSettings
( ) { }
29
30
public
:
31
33
int
level
()
const
{
return
m_level
; }
34
35
private
:
36
38
std::string
m_compSettings
;
39
41
int
m_level
;
42
43
};
44
45
}
46
47
#endif // ROOTCOMPRESSIONSETTINGS_H
RootHistCnv
src
RootCompressionSettings.h
Generated on Mon Feb 16 2015 11:56:58 for The Gaudi Framework by
1.8.2