CMS 3D CMS Logo

Compression.h
Go to the documentation of this file.
1 #ifndef CondCore_CondHDF5ESSource_Compression_h
2 #define CondCore_CondHDF5ESSource_Compression_h
3 // -*- C++ -*-
4 //
5 // Package: CondCore/CondHDF5ESSource
6 // Class : Compression
7 //
16 //
17 // Original Author: Christopher Jones
18 // Created: Thu, 20 Jul 2023 14:29:25 GMT
19 //
20 
21 // system include files
22 
23 // user include files
24 
25 // forward declarations
26 
27 namespace cond::hdf5 {
28  enum class Compression { kNone, kZLIB, kLZMA };
29 }
30 
31 #endif