ATLAS Offline Software
|
#include <H5Cpp.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
H5Utils | |
HDF5 Tuple Writer. | |
H5Utils::Print | |
Functions | |
std::ostream & | H5Utils::Print::operator<< (std::ostream &os, const H5::DataSet &ds) |
Print information about a dataset. More... | |
std::ostream & | H5Utils::Print::operator<< (std::ostream &os, const H5::Group &group) |
Print information about a group. More... | |
Helper functions to print out basic information about H5 groups. To use, pull them into the namespace of your function with using namespace H5Utils::Print; std::cout << h5File << std::endl;
Definition in file H5Print.h.