Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
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
RootHistCnv
src
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
Generated at Mon Feb 17 2014 14:37:51 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004