ATLAS Offline Software
defaults.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef HDF5UTILS_DEFAULTS_H
5 #define HDF5UTILS_DEFAULTS_H
6 
7 namespace H5Utils {
8  namespace defaults {
9  const hsize_t batch_size{2048};
10  const int deflate{7};
11  }
12 }
13 
14 #endif
H5Utils::defaults::batch_size
const hsize_t batch_size
Definition: defaults.h:9
H5Utils
HDF5 Tuple Writer.
Definition: common.h:20
Base_Fragment.defaults
dictionary defaults
This includes now the top quark, the leptons and the bosons.
Definition: GeneratorFilters/share/common/Base_Fragment.py:79
H5Utils::defaults::deflate
const int deflate
Definition: defaults.h:10