Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::RCompressionSetting::EDefaults Struct Reference

Definition at line 46 of file Compression.h.

Public Types

enum  EValues {
  kUseGlobal = 0 , kUseCompiledDefault = 101 , kUseAnalysis = 404 , kUseGeneralPurpose = 505 ,
  kUseSmallest = 207
}
 Note: this is only temporarily a struct and will become a enum class hence the name convention used. More...
 

#include <Compression.h>

Member Enumeration Documentation

◆ EValues

Note: this is only temporarily a struct and will become a enum class hence the name convention used.

Enumerator
kUseGlobal 

Use the global compression setting for this process; may be affected by rootrc.

kUseCompiledDefault 

Use the compile-time default setting.

kUseAnalysis 

Use the default analysis setting; fast reading but poor compression ratio.

kUseGeneralPurpose 

Use the new recommended general-purpose setting; it is a best trade-off between compression ratio/decompression speed.

kUseSmallest 

Use the setting that results in the smallest files; very slow read and write.

Definition at line 48 of file Compression.h.


The documentation for this struct was generated from the following file: