ATLAS Offline Software
Loading...
Searching...
No Matches
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
7namespace H5Utils {
8 namespace defaults {
9 const hsize_t batch_size{2048};
10 const int deflate{7};
11 }
12}
13
14#endif
const hsize_t batch_size
Definition defaults.h:9
const int deflate
Definition defaults.h:10
HDF5 Tuple Writer.
Definition common.h:20