ATLAS Offline Software
Loading...
Searching...
No Matches
H5Print.h File Reference
#include <H5Cpp.h>
#include <iostream>
Include dependency graph for H5Print.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  H5Utils
 HDF5 Tuple Writer.
namespace  H5Utils::Print

Functions

std::ostream & H5Utils::Print::operator<< (std::ostream &os, const H5::DataSet &ds)
 Print information about a dataset.
std::ostream & H5Utils::Print::operator<< (std::ostream &os, const H5::Group &group)
 Print information about a group.

Detailed Description

Author
Jon Burr

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.