#include <YODA/Utils/BinningUtils.h>
#include <YODA/Config/BuildConfig.h>
#include <YODA/highfive/H5File.hpp>
#include <map>
#include <memory>
#include <string>
#include <type_traits>
#include <vector>
Go to the source code of this file.
|
namespace | YODA |
| Anonymous namespace to limit visibility.
|
|
|
template<typename T > |
YODA_H5::DataSet | YODA::H5DataSet (YODA_H5::File &h5file, const string &label, vector< T > &&data, bool compress) |
| Helper method to construct and fill a YODA_H5::DataSet.
|
|
template<typename T > |
YODA_H5::DataSet | YODA::H5DataSet (YODA_H5::File &h5file, const string &label, size_t nrows, size_t chunksize, bool compress) |
| Helper method to construct an empty YODA_H5::DataSet.
|
|